* DSP: Own DSP RAM and add it to fastmem * Vendor Teakra * Add MacOS support to fastmem * Fix MacOS fastmem paths * Fix iOS build
6 lines
179 B
CMake
6 lines
179 B
CMake
if (TEAKRA_BUILD_UNIT_TESTS)
|
|
add_library(catch INTERFACE)
|
|
target_include_directories(catch INTERFACE
|
|
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/catch>)
|
|
endif()
|