1
0
mirror of https://github.com/bitdefender/bddisasm.git synced 2025-02-01 17:50:56 +00:00

Fix CMake install target

This should fix #30
This commit is contained in:
Anichitei Ionel-Cristinel 2020-11-18 13:06:19 +02:00 committed by GitHub
parent 9fa954325c
commit 11fa28a8bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,6 +127,7 @@ CONFIGURE_FILE("${CMAKE_STATIC_LIBRARY_PREFIX}bddisasm.pc.in"
INSTALL(TARGETS bddisasm bdshemu
LIBRARY DESTINATION "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}"
ARCHIVE DESTINATION "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}"
PUBLIC_HEADER DESTINATION "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_INCLUDEDIR}/bddisasm"
)