summaryrefslogtreecommitdiff
path: root/ffmpeg-shadertoy/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'ffmpeg-shadertoy/CMakeLists.txt')
-rw-r--r--ffmpeg-shadertoy/CMakeLists.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/ffmpeg-shadertoy/CMakeLists.txt b/ffmpeg-shadertoy/CMakeLists.txt
new file mode 100644
index 0000000..9848606
--- /dev/null
+++ b/ffmpeg-shadertoy/CMakeLists.txt
@@ -0,0 +1,9 @@
+cmake_minimum_required(VERSION 3.15 FATAL_ERROR)
+project(ffmpeg-shadertoy C)
+
+set(DEMO_NEEDS_FFMPEG TRUE)
+set(DEMO_NEEDS_SDL3 TRUE)
+include("${CMAKE_CURRENT_LIST_DIR}/../common/c_cpp/CMakeLists.txt")
+
+add_executable(ffmpeg-shadertoy main.c)
+target_link_libraries(ffmpeg-shadertoy PRIVATE common) \ No newline at end of file