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

13 lines
234 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
TestByteUtils.cpp
TestBitStream.cpp
TestDataStructures.cpp
TestTomlReader.cpp
TestStringUtils.cpp
2023-03-23 19:07:31 +00:00
DEPENDENCIES
core
)