From d55fb31e217adc1c1f6b5adca84b8ef6bd03ff00 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Thu, 30 Jun 2022 22:30:36 +0200 Subject: host.cmake, win9x.cmake: fetch libfixmath if missing --- cmake/host.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'cmake/host.cmake') 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) -- cgit v1.2.3