From daa1259c15f522dfa7ece15e3f9d09d437d4be18 Mon Sep 17 00:00:00 2001 From: Hunter Kvalevog Date: Thu, 18 Sep 2025 22:47:52 -0500 Subject: ffmpeg-shadertoy --- ffmpeg-shadertoy/CMakeLists.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ffmpeg-shadertoy/CMakeLists.txt (limited to 'ffmpeg-shadertoy/CMakeLists.txt') 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 -- cgit v1.2.3