source: Revenant/third-party/CMakeLists.txt@ 71dea59

Last change on this file since 71dea59 was 71dea59, checked in by Jonathan Neufeld <support@…>, 4 years ago

Get to a compile state for terrain procedural generation

  • Property mode set to 100644
File size: 241 bytes
RevLine 
[71dea59]1cmake_minimum_required(VERSION 3.5)
2
3include(ExternalProject)
4
5add_subdirectory(yaml-cpp/)
6# lodepng is included (via source file) directly since the developer himself doesn't want to generate a lib, alright fine, we'll do it your way then.
Note: See TracBrowser for help on using the repository browser.