diff --git a/CMakeLists.txt b/CMakeLists.txt index 093874c6..0747c27f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,6 +7,6 @@ include_directories(libinjection/src) add_subdirectory(libinjection/src) add_dart_native_extension(angel_security_native lib/src/native/angel_security.c) target_link_libraries(angel_security_native injection) -install(TARGETS angel_security_native injection +install(TARGETS angel_security_native ARCHIVE DESTINATION "${CMAKE_CURRENT_LIST_DIR}/lib/src" LIBRARY DESTINATION "${CMAKE_CURRENT_LIST_DIR}/lib/src") \ No newline at end of file