From 35075efeca30ae9149fbcc0fa24e6decb43537b4 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Mon, 25 Nov 2019 22:11:50 -0800 Subject: appveyor: updated format validation instructions --- CMakeLists.txt | 6 ++++++ DiligentSamples | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 index 2146dde..aa900bb 160000 --- a/DiligentSamples +++ b/DiligentSamples @@ -1 +1 @@ -Subproject commit 2146dded62c0bd86d87552e30d6b9ed986d276c6 +Subproject commit aa900bb77408a98d6d29652c647af0964ad85531 -- cgit v1.2.3