Zepha/test/CMakeLists.txt

7 lines
161 B
CMake
Raw Normal View History

add_library(Zepha_Test
Main.cpp
tests/TestSpace.cpp
tests/TestBlockChunk.cpp
tests/TestSerializer.cpp
tests/TestBlockChunkSerialization.cpp
)