Added GNU install dir rules to CMakeLists
This commit is contained in:
@@ -75,9 +75,7 @@ target_link_libraries(clang-uml ${LIBCLANG_LIBRARIES} ${YAML_CPP_LIBRARIES} cppa
|
|||||||
target_compile_features(clang-uml PRIVATE cxx_std_17)
|
target_compile_features(clang-uml PRIVATE cxx_std_17)
|
||||||
|
|
||||||
install(
|
install(
|
||||||
FILES
|
TARGETS clang-uml DESTINATION ${CMAKE_INSTALL_BINDIR}
|
||||||
# add include after DESTINATION, then it works
|
|
||||||
DESTINATION include ${CMAKE_INSTALL_INCLUDEDIR}
|
|
||||||
)
|
)
|
||||||
|
|
||||||
# Enable testing via CTest
|
# Enable testing via CTest
|
||||||
|
|||||||
Reference in New Issue
Block a user