diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 72429c9..78aefa3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -1,4 +1,4 @@ | |||
1 | cmake_minimum_required(VERSION 3.0) | 1 | cmake_minimum_required(VERSION 3.5) |
2 | 2 | ||
3 | project(isogfx) | 3 | project(isogfx) |
4 | 4 | ||
@@ -10,7 +10,7 @@ set(CMAKE_C_EXTENSIONS Off) | |||
10 | 10 | ||
11 | add_library(isogfx | 11 | add_library(isogfx |
12 | src/asset.c | 12 | src/asset.c |
13 | src/isogfx.c) | 13 | src/gfx2d.c) |
14 | 14 | ||
15 | target_include_directories(isogfx PUBLIC | 15 | target_include_directories(isogfx PUBLIC |
16 | include) | 16 | include) |