Skip to content

Commit

Permalink
Use GNUInstallDirs for the headers too (capstone-engine#1570)
Browse files Browse the repository at this point in the history
  • Loading branch information
Begasus authored and aquynh committed Dec 15, 2019
1 parent 9c84eff commit 687195d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ source_group("Include\\MOS65XX" FILES ${HEADERS_MOS65XX})
include("GNUInstallDirs")

## installation
install(FILES ${HEADERS_COMMON} DESTINATION include/capstone)
install(FILES ${HEADERS_COMMON} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/capstone)
configure_file(capstone.pc.in ${CMAKE_BINARY_DIR}/capstone.pc @ONLY)

if (CAPSTONE_BUILD_STATIC)
Expand Down

0 comments on commit 687195d

Please sign in to comment.