[teagba] Make TeaGBA (other than the ARM asm) build on all platforms

This commit is contained in:
2023-06-18 22:59:01 -05:00
parent bac3eed958
commit 7c1c9a697e
3 changed files with 41 additions and 7 deletions

View File

@ -1 +1,8 @@
add_subdirectory(src)
install(
DIRECTORY
include/teagba
DESTINATION
include
)