Need a dependencie on the libengine_safemath

This commit is contained in:
ptitSeb 2017-05-20 00:18:13 +02:00
parent 0731a9d79a
commit 4720b55ca5

View File

@ -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}