mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 22:09:19 -07:00
11 lines
219 B
CMake
11 lines
219 B
CMake
|
set(LIBS dspcore
|
||
|
common)
|
||
|
|
||
|
set(SRCS AudioJitTests.cpp
|
||
|
DSPJitTester.cpp
|
||
|
UnitTests.cpp)
|
||
|
|
||
|
add_executable(tester ${SRCS})
|
||
|
target_link_libraries(tester ${LIBS})
|
||
|
#install(TARGETS ${EXEGUI} RUNTIME DESTINATION ${bindir})
|