Vendor Teakra, make emulator own DSP RAM and add DSP RAM to fastmem (#806)
* DSP: Own DSP RAM and add it to fastmem * Vendor Teakra * Add MacOS support to fastmem * Fix MacOS fastmem paths * Fix iOS build
This commit is contained in:
10
third_party/teakra/src/coff_reader/CMakeLists.txt
vendored
Normal file
10
third_party/teakra/src/coff_reader/CMakeLists.txt
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
include(CreateDirectoryGroups)
|
||||
|
||||
add_executable(coff_reader
|
||||
coff.h
|
||||
main.cpp
|
||||
)
|
||||
create_target_directory_groups(coff_reader)
|
||||
target_link_libraries(coff_reader PRIVATE teakra)
|
||||
target_include_directories(coff_reader PRIVATE .)
|
||||
target_compile_options(coff_reader PRIVATE ${TEAKRA_CXX_FLAGS})
|
||||
Reference in New Issue
Block a user