COMP: Ok, actually link to the library....
This commit is contained in:
parent
0532cc2920
commit
ed9e0626fd
|
@ -108,7 +108,7 @@ ENDIF (WIN32)
|
||||||
|
|
||||||
# create a library used by the command line and the GUI
|
# create a library used by the command line and the GUI
|
||||||
ADD_LIBRARY(CMakeLib ${SRCS})
|
ADD_LIBRARY(CMakeLib ${SRCS})
|
||||||
TARGET_LINK_LIBRARIES(CMakeLib cmsys)
|
TARGET_LINK_LIBRARIES(CMakeLib cmsys cmexpat)
|
||||||
|
|
||||||
# always link in the library
|
# always link in the library
|
||||||
# the library is found here
|
# the library is found here
|
||||||
|
|
Loading…
Reference in New Issue