diff options
Diffstat (limited to 'app/CMakeLists.txt')
-rw-r--r-- | app/CMakeLists.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt index 5791fa2..72ca170 100644 --- a/app/CMakeLists.txt +++ b/app/CMakeLists.txt @@ -1,7 +1,9 @@ + # "bin/i18n.h" is widely used INCLUDE_DIRECTORIES(bin) include_directories(dynstring) include_directories(cornu) +include_directories(libzip) # Setup the rest of the build ... add_subdirectory(dynstring) @@ -15,5 +17,4 @@ ADD_SUBDIRECTORY(cornu) IF(XTRKCAD_USE_GETTEXT) ADD_SUBDIRECTORY(i18n) -ENDIF(XTRKCAD_USE_GETTEXT) - +ENDIF(XTRKCAD_USE_GETTEXT)
\ No newline at end of file |