nostalgia/deps/teagba/CMakeLists.txt

11 lines
128 B
CMake
Raw Permalink Normal View History

2023-12-23 12:25:12 -06:00
project(TeaGBA ASM CXX)
add_subdirectory(src)
install(
DIRECTORY
include/teagba
DESTINATION
include
)