aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
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 /CMakeLists.txt
parent450cdc3fabfee2176c8d2050c1213e35c2c4a6f0 (diff)
downloadjancity-ca510a11c4a4bbc252273c551b5a38005231fdbd.tar.gz
Import SDL_gfx
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f55a5a0..4eecb5d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -8,6 +8,7 @@ ExternalProject_Add(tools
-D CMAKE_INSTALL_PREFIX=${TOOLS_PREFIX})
project(rts)
+set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_SOURCE_DIR}/cmake)
if(CMAKE_TOOLCHAIN_FILE MATCHES "ps1")
set(PS1_BUILD 1)