aboutsummaryrefslogtreecommitdiffstats
path: root/libparc/parc/security/command-line/CMakeLists.txt
blob: df44b81fdebf9c8b8ba42f47f5957812990cb2e5 (plain)
1
2
3
4
5
6
7
8
set(PARC_PUBLICKEY_SRC 
  parc-publickey.c	
  parcPublicKey_About.c
  )

add_executable(parc-publickey ${PARC_PUBLICKEY_SRC})
target_link_libraries(parc-publickey ${PARC_BIN_LIBRARIES})
install( TARGETS parc-publickey RUNTIME DESTINATION bin )