diff options
Diffstat (limited to 'core/external')
| -rw-r--r-- | core/external/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/external/CMakeLists.txt b/core/external/CMakeLists.txt new file mode 100644 index 0000000..5ed06a3 --- /dev/null +++ b/core/external/CMakeLists.txt @@ -0,0 +1,3 @@ +set( SDL_STATIC ON CACHE BOOL "" FORCE ) +set( SDL_SHARED OFF CACHE BOOL "" FORCE ) +add_subdirectory( SDL ) |
