aboutsummaryrefslogtreecommitdiff
path: root/cmake/host.cmake
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2022-07-15 00:53:00 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2022-07-15 01:03:36 +0200
commitca510a11c4a4bbc252273c551b5a38005231fdbd (patch)
treec68ef47bbc5220526d0a52087105f38a7f532f34 /cmake/host.cmake
parent450cdc3fabfee2176c8d2050c1213e35c2c4a6f0 (diff)
downloadjancity-ca510a11c4a4bbc252273c551b5a38005231fdbd.tar.gz
Import SDL_gfx
Diffstat (limited to 'cmake/host.cmake')
-rw-r--r--cmake/host.cmake1
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")