aboutsummaryrefslogtreecommitdiff
path: root/src/bin_cct.cmake
blob: a204e7e7cad27354dcec2c6cfd99e9bebf21be3a (plain)
1
2
3
4
5
6
7
8
9
set(CCT_SRC cct.c proj_strtod.c) 
set(CCT_INCLUDE optargpm.h)

source_group("Source Files\\Bin" FILES ${CCT_SRC})

add_executable(cct ${CCT_SRC} ${CCT_INCLUDE})
target_link_libraries(cct ${PROJ_LIBRARIES})
install(TARGETS cct 
        RUNTIME DESTINATION ${BINDIR})