From 9cb6bd4a32e9f39a858f72443ff5c6d40489fe22 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Sat, 23 Dec 2023 12:25:12 -0600 Subject: [PATCH] [teagba] Cleanup CMake --- deps/teagba/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deps/teagba/CMakeLists.txt b/deps/teagba/CMakeLists.txt index 8fe62ad8..aedd2560 100644 --- a/deps/teagba/CMakeLists.txt +++ b/deps/teagba/CMakeLists.txt @@ -1,3 +1,5 @@ +project(TeaGBA ASM CXX) + add_subdirectory(src) install(