Skip to content

Commit

Permalink
Add CMake INSTALL for assimp2json
Browse files Browse the repository at this point in the history
  • Loading branch information
acgessler committed May 22, 2014
1 parent e5da07b commit 554d02c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Expand Up @@ -34,3 +34,7 @@ if( MSVC_IDE )
COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_BINARY_DIR}/assimp/code/$(ConfigurationName)/assimp.dll ${CMAKE_BINARY_DIR}/$(ConfigurationName)/assimp.dll
)
endif( MSVC_IDE )

INSTALL( TARGETS assimp2json
LIBRARY DESTINATION ${ASSIMP_LIB_INSTALL_DIR}
RUNTIME DESTINATION ${ASSIMP_BIN_INSTALL_DIR})

0 comments on commit 554d02c

Please sign in to comment.