mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
4c7c29b8b6
The "dsptool" executable is not included in the bundle. The "tester" executable is not included in the bundle and it no longer installed on other platforms, since it is neither expected nor useful to install unit tests.
7 lines
132 B
CMake
7 lines
132 B
CMake
set(SRCS AudioJitTests.cpp
|
|
DSPJitTester.cpp
|
|
UnitTests.cpp)
|
|
|
|
add_executable(tester ${SRCS})
|
|
target_link_libraries(tester core)
|