mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-07-23 13:33:56 +00:00
Fix tests.
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
project("PowerTests")
|
||||
|
||||
add_compile_options(
|
||||
"-march=x86-64-v3"
|
||||
"-Wno-unused-label"
|
||||
"-Wno-unused-variable")
|
||||
|
||||
file(GLOB TestFiles *.cpp)
|
||||
add_executable(PowerTests ${TestFiles})
|
||||
|
||||
target_link_libraries(PowerTests PUBLIC PowerUtils)
|
||||
|
Reference in New Issue
Block a user