diff options
Diffstat (limited to 'gfx-iso/demos/isomap/CMakeLists.txt')
-rw-r--r-- | gfx-iso/demos/isomap/CMakeLists.txt | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/gfx-iso/demos/isomap/CMakeLists.txt b/gfx-iso/demos/isomap/CMakeLists.txt deleted file mode 100644 index 2dbfd32..0000000 --- a/gfx-iso/demos/isomap/CMakeLists.txt +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | cmake_minimum_required(VERSION 3.0) | ||
2 | |||
3 | project(isomap) | ||
4 | |||
5 | set(CMAKE_C_STANDARD 17) | ||
6 | set(CMAKE_C_STANDARD_REQUIRED On) | ||
7 | set(CMAKE_C_EXTENSIONS Off) | ||
8 | |||
9 | add_executable(isomap | ||
10 | isomap.c) | ||
11 | |||
12 | target_link_libraries(isomap PRIVATE | ||
13 | gfx-app | ||
14 | isogfx-backend) | ||
15 | |||
16 | target_compile_options(isomap PRIVATE -Wall -Wextra -Wpedantic) | ||