diff options
Diffstat (limited to 'lang/rust')
| -rw-r--r-- | lang/rust/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/rust/CMakeLists.txt b/lang/rust/CMakeLists.txt index dde7c3fa..3a9a74ba 100644 --- a/lang/rust/CMakeLists.txt +++ b/lang/rust/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 *.cpp *.h) |
