dc1f8cb890c0cc1fbb7d5e13f82c5f4a7663a437
[apps/agl-service-data-persistence.git] / idkey / CMakeLists.txt
1 cmake_minimum_required(VERSION 3.3)
2 project(idkey)
3 add_executable(idkey main.c)
4 install(TARGETS idkey
5         RUNTIME DESTINATION bin
6         LIBRARY DESTINATION lib)