chore: Refactor CMakeLists.txt to improve code organization and readability

This commit is contained in:
scawful
2024-08-13 21:09:24 -04:00
parent 50976bfe2a
commit aae103d8f5
2 changed files with 8 additions and 3 deletions

View File

@@ -123,7 +123,8 @@ endif()
include(test/CMakeLists.txt)
# Yaze C API
add_library(yaze_c SHARED
add_library(
yaze_c SHARED
./yaze.cc
app/rom.cc
${YAZE_APP_EMU_SRC}