mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-12-29 04:00:50 +01:00
12 lines
213 B
CMake
12 lines
213 B
CMake
add_subdirectory(Core)
|
|
|
|
if (DSPTOOL)
|
|
add_subdirectory(DSPTool)
|
|
endif()
|
|
|
|
if (UNITTESTS)
|
|
add_subdirectory(UnitTests)
|
|
endif()
|
|
|
|
# TODO: Add DSPSpy and TestSuite. Preferrably make them option()s and cpack components
|