From 4720b55ca5aa95125462da5e7665091804a8b3b1 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sat, 20 May 2017 00:18:13 +0200 Subject: [PATCH] Need a dependencie on the libengine_safemath --- Sources/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/CMakeLists.txt b/Sources/CMakeLists.txt index 6de674a..4f26013 100755 --- a/Sources/CMakeLists.txt +++ b/Sources/CMakeLists.txt @@ -741,6 +741,7 @@ target_compile_options(engine_safemath PRIVATE "-fno-unsafe-math-optimizations") if(PANDORA) target_compile_options(engine_safemath PRIVATE "-mfpu=vfpv3") endif() +add_dependencies(engine_safemath ParseEntities) set(ENGINE_SRCS ${ENGINE_ENTITIES_CPP}