summaryrefslogtreecommitdiff
path: root/stubs
diff options
context:
space:
mode:
authorJosh Ferrell <josh@vector35.com>2025-09-26 13:49:38 -0400
committerJosh Ferrell <josh@vector35.com>2025-09-29 14:42:30 -0400
commit4870c90e6fbf31898c57db04f97c69f647157fd5 (patch)
tree463f7097173c500b055219caffbbdbbd673f23c1 /stubs
parentdf599006c0a805dda992910722ac69a9adf794fc (diff)
Allow generating and linking to stubs from cmake
Diffstat (limited to 'stubs')
-rw-r--r--stubs/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/stubs/CMakeLists.txt b/stubs/CMakeLists.txt
index 35ab6177..a3cdda47 100644
--- a/stubs/CMakeLists.txt
+++ b/stubs/CMakeLists.txt
@@ -28,7 +28,7 @@ set_target_properties(binaryninjacore_stubs
CXX_STANDARD_REQUIRED ON
VISIBILITY_INLINES_HIDDEN ON
POSITION_INDEPENDENT_CODE ON
- ARCHIVE_OUTPUT_DIRECTORY $<1:${PROJECT_BINARY_DIR}>
+ ARCHIVE_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}"
)
target_include_directories(binaryninjacore_stubs PUBLIC ${ABSOLUTE_API_PATH})