summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-11-26 06:11:50 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-11-26 06:11:50 +0000
commit35075efeca30ae9149fbcc0fa24e6decb43537b4 (patch)
tree92c9b91304a745bb2303acf341262da9a862cfba
parentUpdated code formatting validation instructions (diff)
downloadDiligentEngine-35075efeca30ae9149fbcc0fa24e6decb43537b4.tar.gz
DiligentEngine-35075efeca30ae9149fbcc0fa24e6decb43537b4.zip
appveyor: updated format validation instructions
-rw-r--r--CMakeLists.txt6
m---------DiligentSamples0
2 files changed, 6 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 082ca41..03b75be 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -39,3 +39,9 @@ elseif(TARGET Asteroids)
elseif(TARGET AtmosphereSample)
set_property(DIRECTORY PROPERTY VS_STARTUP_PROJECT AtmosphereSample)
endif()
+
+if(PLATFORM_WIN32)
+ if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/diligentterrain)
+ add_subdirectory(diligentterrain)
+ endif()
+endif()
diff --git a/DiligentSamples b/DiligentSamples
-Subproject 2146dded62c0bd86d87552e30d6b9ed986d276c
+Subproject aa900bb77408a98d6d29652c647af0964ad8553