XenonRecomp/PowerTests/CMakeLists.txt
2024-09-21 21:47:34 +03:00

7 lines
143 B
CMake

project("PowerTests")
file(GLOB TestFiles *.cpp)
add_executable(PowerTests ${TestFiles})
target_link_libraries(PowerTests PUBLIC PowerUtils)