mirror of
https://github.com/nemtrif/utfcpp.git
synced 2025-04-05 05:25:07 +00:00
Initial CMake files
This commit is contained in:
parent
1cbc1877be
commit
2620091238
2 changed files with 6 additions and 0 deletions
5
CMakeLists.txt
Normal file
5
CMakeLists.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
cmake_minimum_required (VERSION 2.6)
|
||||
project (utf8cpp)
|
||||
|
||||
include_directories ("${PROJECT_SOURCE_DIR}/source")
|
||||
add_subdirectory (samples)
|
1
samples/CMakeLists.txt
Normal file
1
samples/CMakeLists.txt
Normal file
|
@ -0,0 +1 @@
|
|||
add_executable (sample docsample.cpp)
|
Loading…
Add table
Reference in a new issue