mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-31 01:24:19 +02:00
Initial CMake files
This commit is contained in:
parent
1cbc1877be
commit
2620091238
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…
x
Reference in New Issue
Block a user