We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdf0d97 commit de77e73Copy full SHA for de77e73
CMakeLists.txt
@@ -13,6 +13,7 @@ option (INLINE_UNSIGNED "Inline unsigned integers into the ID" OFF)
13
option (BUILD_STATIC "Build a static library" OFF)
14
15
configure_file (config.h.in config.h)
16
+include_directories (${CMAKE_CURRENT_BINARY_DIR})
17
18
if (BUILD_STATIC)
19
set (INTERN_LIB_TYPE STATIC)
0 commit comments