diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 1bcf73c8..31a8526b 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -13,13 +13,9 @@
-
-
-
-
@@ -31,7 +27,7 @@
-
+
@@ -61,6 +57,15 @@
+
+
+
+
+
+
+
+
+
@@ -70,9 +75,9 @@
@@ -166,12 +171,12 @@
1565965399486
-
+
-
+
@@ -238,13 +243,6 @@
-
-
-
-
-
-
-
@@ -285,13 +283,6 @@
-
-
-
-
-
-
-
@@ -309,5 +300,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 664fcdc8..0b7950e4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,4 +7,4 @@ 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 LIBRARY DESTINATION "${CMAKE_CURRENT_LIST_DIR}/lib/src")
\ No newline at end of file
+install(TARGETS angel_security_native injection LIBRARY DESTINATION "${CMAKE_CURRENT_LIST_DIR}/lib/src")
\ No newline at end of file