Last change
on this file since f40df48 was dd8f5b4, checked in by Jonathan Neufeld <support@…>, 4 years ago |
(WIP) GD Native module
|
-
Property mode
set to
100644
|
File size:
369 bytes
|
Line | |
---|
1 | cmake_minimum_required(VERSION 3.5)
|
---|
2 |
|
---|
3 | include(ExternalProject)
|
---|
4 |
|
---|
5 | set(CMAKE_RUNTIME_OUTPUT_DIRECTORY yaml-cpp/build/targets)
|
---|
6 | add_subdirectory(yaml-cpp/)
|
---|
7 | set_property(TARGET yaml-cpp PROPERTY POSITION_INDEPENDENT_CODE ON)
|
---|
8 |
|
---|
9 | # 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.