diff options
author | Thomas White <taw@physics.org> | 2018-03-12 10:06:05 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2018-03-12 10:54:16 +0100 |
commit | 108688326ad5f6846d11b3878275b12d3042df0c (patch) | |
tree | bbaa8fb4174a8fb34eaae8d4110d529491e90a0d /CMakeLists.txt | |
parent | 753ceccfb4517ae0aa4445c18ae34ca52171f28d (diff) |
s/geoptimizer/geoptimiser/
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 530c5320..ec8e90b8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -304,21 +304,21 @@ target_link_libraries(ambigator ${COMMON_LIBRARIES}) # ---------------------------------------------------------------------- # Build Target -# geoptimizer +# geoptimiser if (CAIRO_FOUND AND GTK2_FOUND AND TIFF_FOUND) - set(GEOPTIMIZER_SOURCES + set(GEOPTIMISER_SOURCES src/geoptimiser.c src/hdfsee-render.c ) - add_executable(geoptimizer ${GEOPTIMIZER_SOURCES}) - target_include_directories(geoptimizer PRIVATE ${COMMON_INCLUDES} ${CAIRO_INCLUDE_DIRS} ${GTK2_INCLUDE_DIRS}) - target_link_libraries(geoptimizer ${COMMON_LIBRARIES} ${CAIRO_LIBRARIES} ${GTK2_LIBRARIES} ${TIFF_LIBRARIES}) + add_executable(geoptimiser ${GEOPTIMISER_SOURCES}) + target_include_directories(geoptimiser PRIVATE ${COMMON_INCLUDES} ${CAIRO_INCLUDE_DIRS} ${GTK2_INCLUDE_DIRS}) + target_link_libraries(geoptimiser ${COMMON_LIBRARIES} ${CAIRO_LIBRARIES} ${GTK2_LIBRARIES} ${TIFF_LIBRARIES}) install( TARGETS - geoptimizer + geoptimiser RUNTIME DESTINATION bin LIBRARY DESTINATION lib @@ -327,7 +327,7 @@ endif (CAIRO_FOUND AND GTK2_FOUND AND TIFF_FOUND) # ---------------------------------------------------------------------- # Build Target -# geoptimizer +# whirligig set(WHIRLIGIG_SOURCES src/whirligig.c |