diff options
Diffstat (limited to 'examples/workflows/objectivec')
| -rw-r--r-- | examples/workflows/objectivec/CMakeLists.txt | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/workflows/objectivec/CMakeLists.txt b/examples/workflows/objectivec/CMakeLists.txt index e807235c..f5f8ea5e 100644 --- a/examples/workflows/objectivec/CMakeLists.txt +++ b/examples/workflows/objectivec/CMakeLists.txt @@ -2,16 +2,6 @@ cmake_minimum_required(VERSION 3.9 FATAL_ERROR) project(workflow_objectivec) -if((NOT BN_API_PATH) AND (NOT BN_INTERNAL_BUILD)) - set(BN_API_PATH $ENV{BN_API_PATH}) - if(NOT BN_API_PATH) - message(FATAL_ERROR "Provide path to Binary Ninja API source in BN_API_PATH") - endif() -endif() -if(NOT BN_INTERNAL_BUILD) - add_subdirectory(${BN_API_PATH} ${PROJECT_BINARY_DIR}/api) -endif() - file(GLOB SOURCES *.cpp *.c |
