mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-06-06 18:31:03 +00:00
7 lines
143 B
CMake
7 lines
143 B
CMake
![]() |
project("PowerTests")
|
||
|
|
||
|
file(GLOB TestFiles *.cpp)
|
||
|
add_executable(PowerTests ${TestFiles})
|
||
|
|
||
|
target_link_libraries(PowerTests PUBLIC PowerUtils)
|