CMake: make explicit that libc4script depends on libmisc

libc4script uses C4Group, so it has a dependency on libmisc. Make this
dependency explicit so all targets that use libc4script also
automatically pull in libmisc.
shapetextures
Nicolas Hake 2015-12-13 14:23:52 +01:00
parent 0b83fc2e26
commit b6327fdf93
1 changed files with 2 additions and 0 deletions

View File

@ -1040,6 +1040,8 @@ src/script/C4ValueMap.cpp
src/script/C4ValueMap.h
)
target_link_libraries(libc4script libmisc)
add_executable(c4script
include/c4script/c4script.h
src/script/C4ScriptMain.cpp