mirror of
https://github.com/nemtrif/utfcpp.git
synced 2025-04-06 05:55:08 +00:00
Removed GNUInstallDirs not supported in CMake 2.8
This commit is contained in:
parent
8fc13f5bbe
commit
4ae2e284fe
1 changed files with 1 additions and 2 deletions
|
@ -2,8 +2,7 @@ cmake_minimum_required (VERSION 2.8.0)
|
|||
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 include/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