mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-20 14:51:15 +00:00
cmake: bump even further
This commit is contained in:
parent
f6914b074d
commit
a145067099
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -46,7 +46,7 @@ jobs:
|
||||
uses: jwlawson/actions-setup-cmake@v1.13
|
||||
with:
|
||||
# Use minimum supported version
|
||||
cmake-version: '3.0.x'
|
||||
cmake-version: '3.13.x'
|
||||
|
||||
- name: Build
|
||||
shell: cmd
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
cmake_minimum_required(VERSION 3.0...3.5 FATAL_ERROR)
|
||||
cmake_minimum_required(VERSION 3.13 FATAL_ERROR)
|
||||
|
||||
project(isle CXX)
|
||||
|
||||
option(ISLE_BUILD_APP "Build ISLE.EXE application" ON)
|
||||
option(ISLE_USE_SMARTHEAP "Build with SmartHeap" ON)
|
||||
option(ISLE_USE_SMARTHEAP "Build with SmartHeap" ${MSVC})
|
||||
|
||||
add_library(lego1 SHARED
|
||||
LEGO1/act1state.cpp
|
||||
|
||||
Loading…
Reference in New Issue
Block a user