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}