diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2022-07-15 00:53:00 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2022-07-15 01:03:36 +0200 |
| commit | ca510a11c4a4bbc252273c551b5a38005231fdbd (patch) | |
| tree | c68ef47bbc5220526d0a52087105f38a7f532f34 /cmake/host.cmake | |
| parent | 450cdc3fabfee2176c8d2050c1213e35c2c4a6f0 (diff) | |
| download | jancity-ca510a11c4a4bbc252273c551b5a38005231fdbd.tar.gz | |
Import SDL_gfx
Diffstat (limited to 'cmake/host.cmake')
| -rw-r--r-- | cmake/host.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/host.cmake b/cmake/host.cmake index 1d80613..7974ee5 100644 --- a/cmake/host.cmake +++ b/cmake/host.cmake @@ -1,6 +1,7 @@ file(MAKE_DIRECTORY ${cdroot}) find_package(SDL 1.2 REQUIRED) find_package(SDL_mixer 1.2 REQUIRED) +find_package(SDL_gfx 2.0 REQUIRED) set(SDL1_2_BUILD 1) if(CMAKE_BUILD_TYPE STREQUAL "Debug") |
