XenonRecomp/PowerTests/CMakeLists.txt

7 lines
143 B
CMake
Raw Normal View History

2024-09-21 21:47:34 +03:00
project("PowerTests")
file(GLOB TestFiles *.cpp)
add_executable(PowerTests ${TestFiles})
target_link_libraries(PowerTests PUBLIC PowerUtils)