mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-22 10:20:26 +01:00
Need a dependencie on the libengine_safemath
This commit is contained in:
parent
0731a9d79a
commit
4720b55ca5
|
@ -741,6 +741,7 @@ target_compile_options(engine_safemath PRIVATE "-fno-unsafe-math-optimizations")
|
||||||
if(PANDORA)
|
if(PANDORA)
|
||||||
target_compile_options(engine_safemath PRIVATE "-mfpu=vfpv3")
|
target_compile_options(engine_safemath PRIVATE "-mfpu=vfpv3")
|
||||||
endif()
|
endif()
|
||||||
|
add_dependencies(engine_safemath ParseEntities)
|
||||||
|
|
||||||
set(ENGINE_SRCS
|
set(ENGINE_SRCS
|
||||||
${ENGINE_ENTITIES_CPP}
|
${ENGINE_ENTITIES_CPP}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user