port/mars-tycoon
Last change
on this file since 7ef8ec4 was 80a6a52, checked in by Jonathan Neufeld <support@…>, 3 years ago |
Get to a compile state for terrain procedural generation
|
-
Property mode
set to
100644
|
File size:
309 bytes
|
Line | |
---|
1 | cmake_minimum_required(VERSION 3.5)
|
---|
2 |
|
---|
3 | project (geoworld)
|
---|
4 |
|
---|
5 | file(GLOB sources "src/*.cpp" "src/gwmorphs/*.cpp")
|
---|
6 | add_library(geoworld SHARED ${sources})
|
---|
7 | target_link_libraries(geoworld PRIVATE marslib ${Boost_LIBRARIES})
|
---|
8 | target_include_directories(geoworld PUBLIC include include/gwmorphs/ ../third-party/lodepng)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.