aboutsummaryrefslogtreecommitdiff
path: root/src/bin_cct.cmake
diff options
context:
space:
mode:
authorKurt Schwehr <schwehr@google.com>2018-05-23 10:07:49 -0700
committerKurt Schwehr <schwehr@google.com>2018-05-23 10:07:49 -0700
commit1d2d1ee73ed2100e5587f5070f97245fcc03cbee (patch)
treec20ac412085d39d0ca8bdd5b938a744d05d2ed22 /src/bin_cct.cmake
parent37ebb8f9f0cc5083d22f84433fb2de0fdde8be00 (diff)
downloadPROJ-1d2d1ee73ed2100e5587f5070f97245fcc03cbee.tar.gz
PROJ-1d2d1ee73ed2100e5587f5070f97245fcc03cbee.zip
Use proj_strtod.h for proj_strtod and proj_atof
Diffstat (limited to 'src/bin_cct.cmake')
-rw-r--r--src/bin_cct.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bin_cct.cmake b/src/bin_cct.cmake
index a204e7e7..caa261a8 100644
--- a/src/bin_cct.cmake
+++ b/src/bin_cct.cmake
@@ -1,9 +1,9 @@
-set(CCT_SRC cct.c proj_strtod.c)
+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})
+install(TARGETS cct
+ RUNTIME DESTINATION ${BINDIR})