aboutsummaryrefslogtreecommitdiff
path: root/src/bin_cct.cmake
blob: caa261a870e38bdba9bf78727746bedb4911e479 (plain)
1
2
3
4
5
6
7
8
9
set(CCT_SRC cct.c proj_strtod.c proj_strtod.h)
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})