diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e55aece..78aefa3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -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) |