Add install target

This commit is contained in:
Ferdinand Thiessen 2017-04-04 21:50:41 +02:00 committed by Rachael Alexanderson
parent 4184ac9af1
commit bd7648d5d2
1 changed files with 2 additions and 0 deletions

View File

@ -221,3 +221,5 @@ set( CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} ${DEB_C_FLAGS} -D_DEBUG" )
add_executable( zdbsp ${SOURCES} ${HEADERS} ) add_executable( zdbsp ${SOURCES} ${HEADERS} )
target_link_libraries( zdbsp ${ZDBSP_LIBS} ${PROF_LIB} ) target_link_libraries( zdbsp ${ZDBSP_LIBS} ${PROF_LIB} )
include_directories( "${ZLIB_INCLUDE_DIR}" ) include_directories( "${ZLIB_INCLUDE_DIR}" )
install(PROGRAMS "${CMAKE_CURRENT_BINARY_DIR}/zdbsp" DESTINATION bin)