diff options
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r-- | Source/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index 076247a..ff93eb7 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -108,7 +108,7 @@ ENDIF (WIN32) # create a library used by the command line and the GUI ADD_LIBRARY(CMakeLib ${SRCS}) -TARGET_LINK_LIBRARIES(CMakeLib cmsys) +TARGET_LINK_LIBRARIES(CMakeLib cmsys cmexpat) # always link in the library # the library is found here |