[nostalgia] Break part of core out into Turbine and TeaGBA libraries
This commit is contained in:
21
deps/teagba/src/CMakeLists.txt
vendored
Normal file
21
deps/teagba/src/CMakeLists.txt
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
enable_language(CXX ASM)
|
||||
|
||||
set_source_files_properties(gfx.cpp PROPERTIES COMPILE_FLAGS -marm)
|
||||
|
||||
add_library(
|
||||
TeaGBA
|
||||
bios.s
|
||||
gba_crt0.s
|
||||
cstartup.cpp
|
||||
gfx.cpp
|
||||
)
|
||||
|
||||
target_include_directories(
|
||||
TeaGBA PUBLIC
|
||||
../include
|
||||
)
|
||||
|
||||
target_link_libraries(
|
||||
TeaGBA PUBLIC
|
||||
OxStd
|
||||
)
|
Reference in New Issue
Block a user