diff options
| author | Glenn Smith <glenn@vector35.com> | 2022-02-03 14:51:30 -0500 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2022-02-03 14:51:30 -0500 |
| commit | 83d7a7800ac4a970d618ad125cdbb18e3b29b53e (patch) | |
| tree | cd7c2437595503bcad3b685f0e48c846664870dc /examples/uinotification | |
| parent | a795bb3d088f6fe88451445d123abc107ad1f96c (diff) | |
CMake: consistency with arch/platform plugins
Diffstat (limited to 'examples/uinotification')
| -rw-r--r-- | examples/uinotification/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/uinotification/CMakeLists.txt b/examples/uinotification/CMakeLists.txt index fb3ecb2a..47a1659b 100644 --- a/examples/uinotification/CMakeLists.txt +++ b/examples/uinotification/CMakeLists.txt @@ -17,12 +17,12 @@ add_library(uinotification SHARED ${SOURCES}) if(NOT BN_API_BUILD_EXAMPLES AND NOT BN_INTERNAL_BUILD) # Out-of-tree build find_path( - BN_API_DIR + BN_API_PATH NAMES binaryninjaapi.h - HINTS ../.. binaryninjaapi $ENV{BN_API_DIR} + HINTS ../.. binaryninjaapi $ENV{BN_API_PATH} REQUIRED ) - add_subdirectory(${BN_API_DIR} api) + add_subdirectory(${BN_API_PATH} api) endif() target_link_libraries(uinotification binaryninjaapi binaryninjaui) |
