10 lines
222 B
CMake
10 lines
222 B
CMake
# Unit tests CMakeLists.txt
|
|
|
|
# Add unit test subdirectories
|
|
add_subdirectory(core)
|
|
|
|
# You can add more unit test subdirectories here as needed:
|
|
# add_subdirectory(math)
|
|
# add_subdirectory(utils)
|
|
# add_subdirectory(battle)
|