BIG deep clean

This commit is contained in:
2020-06-10 13:14:16 +03:00
parent f579718e0b
commit c59579d5d5
222 changed files with 2392 additions and 11600 deletions

View File

@@ -1,7 +1,6 @@
message(STATUS "Building picrypt")
add_executable(picrypt "main.cpp")
target_link_libraries(picrypt pip pip_crypt)
# apple_rpath_patch(picrypt)
if (DEFINED LIB)
install(TARGETS picrypt DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
else()