mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-08-15 14:43:32 -07:00
16 lines
258 B
Text
16 lines
258 B
Text
|
|
target_sources(AtlasObject
|
||
|
|
PRIVATE
|
||
|
|
AtlasObject.h
|
||
|
|
AtlasObjectImpl.cpp
|
||
|
|
AtlasObjectImpl.h
|
||
|
|
AtlasObjectJS.cpp
|
||
|
|
AtlasObjectText.cpp
|
||
|
|
AtlasObjectText.h
|
||
|
|
AtlasObjectXML.cpp
|
||
|
|
JSONSpiritInclude.h
|
||
|
|
)
|
||
|
|
|
||
|
|
if(NOT without-tests)
|
||
|
|
add_subdirectory(tests/)
|
||
|
|
endif()
|