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 | |
---|
1 | cmake_minimum_required(VERSION 3.5)
|
---|
2 |
|
---|
3 | project (terrain-generator)
|
---|
4 |
|
---|
5 | file(GLOB sources "*.cpp")
|
---|
6 | add_executable(terrain-generator ${sources})
|
---|
7 | target_link_libraries(terrain-generator PRIVATE marslib yamlprovider yaml-cpp geoworld ${Boost_LIBRARIES})
|
---|
8 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.