mirror of
https://github.com/nemtrif/utfcpp.git
synced 2025-04-06 14:05:06 +00:00
fixed trailing slash
This commit is contained in:
parent
6f7b155b57
commit
8fc13f5bbe
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue