File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 3.6 )
1+ cmake_minimum_required (VERSION 3.10 )
22
33add_library (native_app_glue ${ANDROID_NDK} /sources /android/native_app_glue/android_native_app_glue.c)
44target_link_libraries (native_app_glue log )
Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 3.6 )
1+ cmake_minimum_required (VERSION 3.10 )
22
33project (NDKHelper CXX)
44
Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 3.6 )
1+ cmake_minimum_required (VERSION 3.10 )
22
33project (XCBKeySyms C)
44
Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 3.6 )
1+ cmake_minimum_required (VERSION 3.10 )
22
33if (TARGET gtest)
44 if (DILIGENT_BUILD_TOOLS_TESTS)
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ before_build:
3232 - cd c:\projects\DiligentTools\BuildTools\FormatValidation
3333 - validate_format_win.bat
3434 - cd c:\projects
35- - echo cmake_minimum_required(VERSION 3.6 ) > CMakeLists.txt
35+ - echo cmake_minimum_required(VERSION 3.10 ) > CMakeLists.txt
3636 - echo Project(DiligentTools_Test) >> CMakeLists.txt
3737 - echo add_subdirectory(DiligentCore) >> CMakeLists.txt
3838 - echo add_subdirectory(DiligentTools) >> CMakeLists.txt
You can’t perform that action at this time.
0 commit comments