diff options
| author | Josh Ferrell <josh@vector35.com> | 2023-03-03 12:18:25 -0500 |
|---|---|---|
| committer | Josh Ferrell <josh@vector35.com> | 2023-03-06 15:05:51 -0500 |
| commit | e42aaba91a62a48efc1351f8682210d07285e62d (patch) | |
| tree | 570686ffaf8b50d7251b2d204936cd9d29bfdcd8 /python | |
| parent | 3679217a17675ca326edc91e2aee658168351d55 (diff) | |
Add CONFIGURE_DEPENDS to CMakeLists.txt
Diffstat (limited to 'python')
| -rw-r--r-- | python/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt index 5068a585..6a295a92 100644 --- a/python/CMakeLists.txt +++ b/python/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.9 FATAL_ERROR) project(python-api) -file(GLOB PYTHON_SOURCES ${PROJECT_SOURCE_DIR}/*.py) +file(GLOB PYTHON_SOURCES CONFIGURE_DEPENDS ${PROJECT_SOURCE_DIR}/*.py) list(REMOVE_ITEM PYTHON_SOURCES ${PROJECT_SOURCE_DIR}/_binaryninjacore.py) list(REMOVE_ITEM PYTHON_SOURCES ${PROJECT_SOURCE_DIR}/enums.py) |
