Add install paths to CMakeLists

This commit is contained in:
j883376
2013-05-15 17:04:08 -04:00
parent 9e13a2271c
commit f51f6e00c4
7 changed files with 14 additions and 0 deletions
+2
View File
@@ -13,6 +13,8 @@ SET(eqlaunch_headers
ADD_EXECUTABLE(eqlaunch ${eqlaunch_sources} ${eqlaunch_headers})
INSTALL(TARGETS eqlaunch RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX})
TARGET_LINK_LIBRARIES(eqlaunch Common debug ${MySQL_LIBRARY_DEBUG} optimized ${MySQL_LIBRARY_RELEASE} ${ZLIB_LIBRARY})
IF(MSVC)