source: Revenant/third-party/CMakeLists.txt@ c61312b

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

(WIP) Introduction of GD Native module and Godot-CPP API sub-module

  • Property mode set to 100644
File size: 461 bytes
RevLine 
[80a6a52]1cmake_minimum_required(VERSION 3.5)
2
3include(ExternalProject)
4
5add_subdirectory(yaml-cpp/)
[8125274]6set_property(TARGET yaml-cpp PROPERTY CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/yaml-cpp/build/targets)
[4962c49]7set_property(TARGET yaml-cpp PROPERTY POSITION_INDEPENDENT_CODE ON)
8
[8125274]9add_subdirectory(godot-cpp/)
10
[80a6a52]11# 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.