diff options
| author | Mason Reed <mason@vector35.com> | 2025-03-06 14:50:57 -0500 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2025-03-06 14:50:57 -0500 |
| commit | f8ca56c3aa836b281e56290c6e51274c573ac142 (patch) | |
| tree | 38baebab2de6a97be179ab77772664bc23904a4c /plugins/svd/CMakeLists.txt | |
| parent | e271266e953d28a10ba9faa9f06349458aacecc8 (diff) | |
Make more GLOB_RECURSE statements GLOB
I don't want to wait 10 seconds to glob for rust plugins! Someone should really go and rip out all these duplicate cmake files...
Diffstat (limited to 'plugins/svd/CMakeLists.txt')
| -rw-r--r-- | plugins/svd/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/svd/CMakeLists.txt b/plugins/svd/CMakeLists.txt index 610d294e..0a27c16f 100644 --- a/plugins/svd/CMakeLists.txt +++ b/plugins/svd/CMakeLists.txt @@ -52,7 +52,7 @@ set(BINJA_LIB_DIR ${BN_INSTALL_BIN_DIR}) set_property(TARGET ${PROJECT_NAME} PROPERTY OUTPUT_FILE_PATH ${OUTPUT_FILE_PATH}) # Add the whole api to the depends too -file(GLOB_RECURSE API_SOURCES CONFIGURE_DEPENDS +file(GLOB API_SOURCES CONFIGURE_DEPENDS ${BN_API_SOURCE_DIR}/binaryninjacore.h ${BN_API_SOURCE_DIR}/rust/src/*.rs ${BN_API_SOURCE_DIR}/rust/binaryninjacore-sys/src/*.rs) |
