aboutsummaryrefslogtreecommitdiff
path: root/cmake/host.cmake
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2022-06-30 22:30:36 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2022-06-30 22:49:35 +0200
commit1a67c196a5c3eb604dc3a174b78b0c996e17f4a7 (patch)
tree30b26003cbc6a3346a8071d878e5941a744b0af3 /cmake/host.cmake
parente5bbfc6dc49efac525fed276cd734392575616f7 (diff)
downloadjancity-1a67c196a5c3eb604dc3a174b78b0c996e17f4a7.tar.gz
host.cmake, win9x.cmake: fetch libfixmath if missing
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 b1b000a..1d80613 100644
--- a/cmake/host.cmake
+++ b/cmake/host.cmake
@@ -9,4 +9,5 @@ else()
set(cflags ${cflags} -O3)
endif()
+include("${CMAKE_CURRENT_LIST_DIR}/fetch-libfixmath.cmake")
add_subdirectory(libfixmath)