stuff-from-scratch/test/core/CMakeLists.txt

13 lines
229 B
CMake
Raw Normal View History

2023-03-23 19:07:31 +00:00
include(TestTargets)
2023-03-23 19:07:31 +00:00
unit_tests(
MODULE_NAME core
FILES
2024-01-02 16:14:23 +00:00
TestBits.cpp
TestBitStream.cpp
TestDataStructures.cpp
TestTomlReader.cpp
TestStringUtils.cpp
2023-03-23 19:07:31 +00:00
DEPENDENCIES
core
)