mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2025-04-04 21:10:31 +02: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…
x
Reference in New Issue
Block a user