mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-06-13 00:33:28 +00:00
Disable cotire unity build
This commit is contained in:
parent
ca49e9a830
commit
308af03115
@ -28,6 +28,7 @@ target_link_libraries(hecl
|
||||
${ZLIB_LIBRARIES} ${LZO_LIB} ${PLAT_LIBS} ${BOO_SYS_LIBS})
|
||||
|
||||
if(COMMAND cotire)
|
||||
set_target_properties(hecl PROPERTIES COTIRE_ADD_UNITY_BUILD FALSE)
|
||||
cotire(hecl)
|
||||
endif()
|
||||
endif()
|
||||
|
@ -70,6 +70,7 @@ if(COMMAND add_sanitizers)
|
||||
add_sanitizers(hecl-common)
|
||||
endif()
|
||||
if(COMMAND cotire)
|
||||
set_target_properties(hecl-common PROPERTIES COTIRE_ADD_UNITY_BUILD FALSE)
|
||||
cotire(hecl-common)
|
||||
endif()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user