Files
pip/utils/crypt_tool/CMakeLists.txt

7 lines
213 B
CMake

message(STATUS "Building picrypt")
add_executable(picrypt "main.cpp")
target_link_libraries(picrypt pip pip_crypt)
if (DEFINED LIB)
install(TARGETS picrypt DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
endif ()