We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97bd025 commit ca82dcbCopy full SHA for ca82dcb
1 file changed
CMakeLists.txt
@@ -268,7 +268,7 @@ target_link_libraries(dd_profiling-embedded PUBLIC dl pthread rt)
268
# add libaustin
269
add_library(austin SHARED IMPORTED)
270
set_target_properties(austin PROPERTIES
271
- IMPORTED_LOCATION "${CMAKE_SOURCE_DIR}/lib/libaustin.so"
+ IMPORTED_LOCATION "/austin/src/libaustin.a"
272
INTERFACE_INCLUDE_DIRECTORIES "${CMAKE_SOURCE_DIR}/include/libaustin"
273
)
274
0 commit comments