port/mars-tycoon
Last change
on this file since 8125274 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
|
Rev | Line | |
---|
[4962c49] | 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.