mirror of
https://github.com/nemtrif/utfcpp.git
synced 2025-04-06 05:55:08 +00:00
Merge 4ae2e284fe
into 1537543999
This commit is contained in:
commit
85aa830631
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@ cmake_minimum_required (VERSION 2.8.0)
|
|||
project (utf8cpp)
|
||||
include_directories ("${PROJECT_SOURCE_DIR}/source")
|
||||
|
||||
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)
|
||||
add_executable(utf8reader ${PROJECT_SOURCE_DIR}/test_drivers/utf8reader/utf8reader.cpp)
|
||||
|
|
Loading…
Add table
Reference in a new issue