From 0995a77c3d87d27527cc3ebfa7e0c144e79060e3 Mon Sep 17 00:00:00 2001 From: Tobe O Date: Fri, 16 Aug 2019 10:46:21 -0400 Subject: [PATCH] Cmake --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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