diff options
Diffstat (limited to 'platform/freebsd')
| -rw-r--r-- | platform/freebsd/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/freebsd/CMakeLists.txt b/platform/freebsd/CMakeLists.txt index e5d0aa2a..067c3add 100644 --- a/platform/freebsd/CMakeLists.txt +++ b/platform/freebsd/CMakeLists.txt @@ -6,7 +6,7 @@ if(NOT BN_INTERNAL_BUILD) add_subdirectory(${PROJECT_SOURCE_DIR}/../.. ${PROJECT_BINARY_DIR}/api) endif() -file(GLOB SOURCES +file(GLOB SOURCES CONFIGURE_DEPENDS ${PROJECT_SOURCE_DIR}/*.cpp ${PROJECT_SOURCE_DIR}/*.h) |
