Merge branch 'develop' of https://github.com/zyantific/zydis into develop

This commit is contained in:
flobernd 2018-02-08 01:48:51 +01:00
commit a4f0b9731e
No known key found for this signature in database
GPG Key ID: 9C3AE0ED4A969F10
1 changed files with 3 additions and 0 deletions

View File

@ -139,6 +139,9 @@ install(TARGETS "Zydis"
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
install(FILES
"${PROJECT_BINARY_DIR}/ZydisExportConfig.h"
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}")
install(DIRECTORY "include/" DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
# =============================================================================================== #