diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-10-16 23:14:57 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-10-16 23:14:57 +0800 |
commit | f0f5113dbfeab7e8c60c5bf440179c0737b7ce67 (patch) | |
tree | 6e319a13796015a6ac436e201c32b705fa6a65db /src/platform/CMakeLists.txt | |
parent | 550ab66d86c89e56f7cb00f5622b4420e216e8de (diff) | |
download | cru-f0f5113dbfeab7e8c60c5bf440179c0737b7ce67.tar.gz cru-f0f5113dbfeab7e8c60c5bf440179c0737b7ce67.tar.bz2 cru-f0f5113dbfeab7e8c60c5bf440179c0737b7ce67.zip |
Add SDL.
Diffstat (limited to 'src/platform/CMakeLists.txt')
-rw-r--r-- | src/platform/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/platform/CMakeLists.txt b/src/platform/CMakeLists.txt index cfa9e74d..a917f81f 100644 --- a/src/platform/CMakeLists.txt +++ b/src/platform/CMakeLists.txt @@ -27,6 +27,7 @@ elseif (EMSCRIPTEN) elseif (UNIX) add_subdirectory(graphics/cairo) add_subdirectory(gui/xcb) + add_subdirectory(gui/sdl) endif() add_subdirectory(bootstrap) |