Skip to content

Commit de77e73

Browse files
committed
Fix compilation from custom build dir
1 parent cdf0d97 commit de77e73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ option (INLINE_UNSIGNED "Inline unsigned integers into the ID" OFF)
1313
option (BUILD_STATIC "Build a static library" OFF)
1414

1515
configure_file (config.h.in config.h)
16+
include_directories (${CMAKE_CURRENT_BINARY_DIR})
1617

1718
if (BUILD_STATIC)
1819
set (INTERN_LIB_TYPE STATIC)

0 commit comments

Comments
 (0)