From 9d711397052b185a03a233a557cad3a0947a4139 Mon Sep 17 00:00:00 2001 From: Xusheng Date: Tue, 3 Aug 2021 09:53:06 +0800 Subject: Fix personal build --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.3.1