diff options
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index baf574f9..bcc2bab1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -54,7 +54,7 @@ target_include_directories(binaryninjaapi PUBLIC ${PROJECT_SOURCE_DIR}) # We only need to find the core and UI when we also build the examples -if(BN_API_BUILD_EXAMPLES) +if(BN_API_BUILD_EXAMPLES OR BN_INTERNAL_BUILD) if((NOT BN_CORE_LIBRARY) AND (NOT BN_INTERNAL_BUILD)) find_library(BN_CORE_LIBRARY NAMES binaryninjacore libbinaryninjacore.so.1 |
