mes granera
This commit is contained in:
@@ -12,23 +12,28 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||
|
||||
# --- LISTA EXPLÍCITA DE FUENTES ---
|
||||
set(APP_SOURCES
|
||||
# Core - Motor "Jail"
|
||||
source/core/jail_audio.cpp
|
||||
source/core/jdraw8.cpp
|
||||
source/core/jfile.cpp
|
||||
source/core/jgame.cpp
|
||||
source/core/jinput.cpp
|
||||
source/core/jshader.cpp
|
||||
|
||||
# Game
|
||||
source/game/bola.cpp
|
||||
source/game/engendro.cpp
|
||||
source/game/info.cpp
|
||||
source/game/mapa.cpp
|
||||
source/game/marcador.cpp
|
||||
source/game/modulegame.cpp
|
||||
source/game/modulesequence.cpp
|
||||
source/game/momia.cpp
|
||||
source/game/prota.cpp
|
||||
source/game/sprite.cpp
|
||||
|
||||
# Main
|
||||
source/main.cpp
|
||||
source/bola.cpp
|
||||
source/engendro.cpp
|
||||
source/info.cpp
|
||||
source/jail_audio.cpp
|
||||
source/jdraw8.cpp
|
||||
source/jfile.cpp
|
||||
source/jgame.cpp
|
||||
source/jinput.cpp
|
||||
source/jshader.cpp
|
||||
source/mapa.cpp
|
||||
source/marcador.cpp
|
||||
source/modulegame.cpp
|
||||
source/modulesequence.cpp
|
||||
source/momia.cpp
|
||||
source/prota.cpp
|
||||
source/sprite.cpp
|
||||
)
|
||||
|
||||
# Configuración de SDL3
|
||||
|
||||
Reference in New Issue
Block a user