mirror of
https://github.com/ZDoom/zdbsp.git
synced 2024-11-10 06:31:35 +00:00
Add install target
This commit is contained in:
parent
4184ac9af1
commit
bd7648d5d2
1 changed files with 2 additions and 0 deletions
|
@ -221,3 +221,5 @@ set( CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} ${DEB_C_FLAGS} -D_DEBUG" )
|
|||
add_executable( zdbsp ${SOURCES} ${HEADERS} )
|
||||
target_link_libraries( zdbsp ${ZDBSP_LIBS} ${PROF_LIB} )
|
||||
include_directories( "${ZLIB_INCLUDE_DIR}" )
|
||||
|
||||
install(PROGRAMS "${CMAKE_CURRENT_BINARY_DIR}/zdbsp" DESTINATION bin)
|
||||
|
|
Loading…
Reference in a new issue