1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-05 00:49:09 +02:00

- CPack support. Works on my side, needs tweaks for Win

This commit is contained in:
Ivan Savenko
2012-10-05 12:38:17 +00:00
parent b3acde24d5
commit f113f9573d
13 changed files with 114 additions and 31 deletions

View File

@ -11,3 +11,5 @@ set(lib_SRCS
add_library(vcmiERM SHARED ${lib_SRCS})
target_link_libraries(vcmiERM ${Boost_LIBRARIES})
install(TARGETS vcmiERM DESTINATION ${SCRIPTING_LIB_DIR})