source:
Revenant/yamlprovider/CMakeLists.txt@
71dea59
Last change on this file since 71dea59 was 71dea59, checked in by , 4 years ago | |
---|---|
|
|
File size: 349 bytes |
Line | |
---|---|
1 | cmake_minimum_required(VERSION 3.5) |
2 | |
3 | project (yamlprovider) |
4 | |
5 | file(GLOB sources "src/*.cpp") |
6 | |
7 | add_library(yamlprovider ${sources}) |
8 | target_link_libraries(yamlprovider INTERFACE yaml-cpp) |
9 | target_include_directories( |
10 | yamlprovider PUBLIC ../third-party/yaml-cpp/include/yaml-cpp ../third-party/yaml-cpp/include PUBLIC include/ ../geoworld/include/ |
11 | ) |
Note:
See TracBrowser
for help on using the repository browser.