We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75df47c commit 4b1a591Copy full SHA for 4b1a591
1 file changed
CMakeLists.txt
@@ -3,6 +3,7 @@ project(ncrypto VERSION 1.0.1)
3
4
include(CTest)
5
include(GNUInstallDirs)
6
+include(cmake/ncrypto-flags.cmake)
7
8
if (NOT CMAKE_BUILD_TYPE)
9
message(STATUS "No build type selected, default to Release")
0 commit comments