Skip to content

Commit bc581f9

Browse files
Tools, FX, samples: bump minimum CMake version to 3.10
1 parent e00c7d8 commit bc581f9

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CMakeLists.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required (VERSION 3.6)
1+
cmake_minimum_required (VERSION 3.10)
22

33
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
44

@@ -58,3 +58,7 @@ endif()
5858
if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/DiligentCommunity")
5959
add_subdirectory(DiligentCommunity)
6060
endif()
61+
62+
if(PLATFORM_WIN32)
63+
add_subdirectory(DiligentTerrain)
64+
endif()

0 commit comments

Comments
 (0)