mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-07-23 13:33:56 +00:00
Add recompiler for Xenia PPC tests.
This commit is contained in:
6
PowerTests/CMakeLists.txt
Normal file
6
PowerTests/CMakeLists.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
project("PowerTests")
|
||||
|
||||
file(GLOB TestFiles *.cpp)
|
||||
add_executable(PowerTests ${TestFiles})
|
||||
|
||||
target_link_libraries(PowerTests PUBLIC PowerUtils)
|
Reference in New Issue
Block a user