mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-10-30 07:11:38 +00:00
6 lines
143 B
CMake
6 lines
143 B
CMake
project("PowerTests")
|
|
|
|
file(GLOB TestFiles *.cpp)
|
|
add_executable(PowerTests ${TestFiles})
|
|
|
|
target_link_libraries(PowerTests PUBLIC PowerUtils)
|