diff options
| author | rose <47357290+rompse@users.noreply.github.com> | 2021-09-30 16:00:17 -0400 |
|---|---|---|
| committer | rose <47357290+rompse@users.noreply.github.com> | 2021-09-30 16:00:17 -0400 |
| commit | 11b350aa1984cc19a2993fd5a60b5eabe28dc8bc (patch) | |
| tree | 8036264c4670601ef17faa82a75fa1628c23c259 /examples/workflows/tailcall | |
| parent | ed2115cda93742733ac6f3239947681963be87c8 (diff) | |
Fix CMake recursive subdirectories & triage build
Diffstat (limited to 'examples/workflows/tailcall')
| -rw-r--r-- | examples/workflows/tailcall/CMakeLists.txt | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/workflows/tailcall/CMakeLists.txt b/examples/workflows/tailcall/CMakeLists.txt index d1d547a4..fa322684 100644 --- a/examples/workflows/tailcall/CMakeLists.txt +++ b/examples/workflows/tailcall/CMakeLists.txt @@ -2,16 +2,6 @@ cmake_minimum_required(VERSION 3.9 FATAL_ERROR) project(workflow_tailcall) -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 |
