File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ cmake_minimum_required (VERSION 3.5 )
12project (OpenGL_example)
23SET (PROJECT_NAME OpenGL_example)
3- cmake_minimum_required (VERSION 2.8 )
44
55if (NOT CMAKE_BUILD_TYPE )
66 SET (CMAKE_BUILD_TYPE Debug CACHE STRING "Choose the type of build (Debug or Release)" FORCE )
Original file line number Diff line number Diff line change 1+ cmake_minimum_required (VERSION 3.5 )
12project (tmxlite_parse_test)
23SET (PROJECT_NAME tmxlite_parse_test)
3- cmake_minimum_required (VERSION 2.8 )
44
55if (NOT CMAKE_BUILD_TYPE )
66 SET (CMAKE_BUILD_TYPE Debug CACHE STRING "Choose the type of build (Debug or Release)" FORCE )
Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 2.8.12 )
1+ cmake_minimum_required (VERSION 3.5 )
22
33project (SFML_example)
44SET (PROJECT_NAME SDL2_example)
Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 2.8.12 )
1+ cmake_minimum_required (VERSION 3.5 )
22
33project (SFML_example)
44SET (PROJECT_NAME SFML_example)
Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 3.1 )
1+ cmake_minimum_required (VERSION 3.5 )
22project (tmxlite VERSION 1.3.1)
33SET (PROJECT_NAME tmxlite)
44
You can’t perform that action at this time.
0 commit comments