source: Revenant/terrain-generator/CMakeLists.txt@ 25c4774

port/mars-tycoon
Last change on this file since 25c4774 was 4962c49, checked in by Jonathan Neufeld <support@…>, 3 years ago

Introduce CLI Terrain Generator utility

  • Property mode set to 100644
File size: 246 bytes
Line 
1cmake_minimum_required(VERSION 3.5)
2
3project (terrain-generator)
4
5file(GLOB sources "*.cpp")
6add_executable(terrain-generator ${sources})
7target_link_libraries(terrain-generator PRIVATE marslib yamlprovider yaml-cpp geoworld ${Boost_LIBRARIES})
8
Note: See TracBrowser for help on using the repository browser.