Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 72bba72

Browse files
committed
export include path of shared version
1 parent 5c50e29 commit 72bba72

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,10 @@ target_link_libraries(syscall_intercept_shared
151151
"-Wl,--push-state,${CAPSTONE_LINK_MODE} -lcapstone -Wl,--pop-state"
152152
"-Wl,--version-script=${CMAKE_CURRENT_SOURCE_DIR}/version.map")
153153

154+
target_include_directories(syscall_intercept_shared
155+
INTERFACE include
156+
)
157+
154158
target_link_libraries(syscall_intercept_static
155159
INTERFACE ${CMAKE_DL_LIBS} ${capstone_LIBRARIES})
156160

0 commit comments

Comments
 (0)