fixed trailing slash

This commit is contained in:
Oleg Artenii 2017-11-20 15:22:43 +02:00 committed by GitHub
parent 6f7b155b57
commit 8fc13f5bbe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ project (utf8cpp)
include_directories ("${PROJECT_SOURCE_DIR}/source")
include(GNUInstallDirs)
install(DIRECTORY ${PROJECT_SOURCE_DIR}/source/ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/utfcpp/)
install(DIRECTORY ${PROJECT_SOURCE_DIR}/source/ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/utfcpp)
add_executable(smoke ${PROJECT_SOURCE_DIR}/test_drivers/smoke_test/test.cpp)
add_executable(negative ${PROJECT_SOURCE_DIR}/test_drivers/negative/negative.cpp)