background
This commit is contained in:
parent
785453b009
commit
b5a253a865
5 changed files with 35 additions and 12 deletions
|
@ -18,12 +18,13 @@ else()
|
|||
endif()
|
||||
|
||||
add_executable(simpleGame
|
||||
Source/Game.cpp Include/Game.hpp Include/GameData.hpp
|
||||
Source/Main.cpp
|
||||
Source/AudioEmitter.cpp Include/AudioEmitter.hpp
|
||||
Source/NoteSprite.cpp Include/NoteSprite.hpp
|
||||
Source/NoteTile.cpp Include/NoteTile.hpp Include/NotePlaceEnum.hpp
|
||||
Source/TilePattern.cpp Include/TilePattern.hpp
|
||||
Source/Game.cpp Include/Game.hpp
|
||||
Source/GameData.cpp Include/GameData.hpp
|
||||
Source/Main.cpp
|
||||
Source/AudioEmitter.cpp Include/AudioEmitter.hpp
|
||||
Source/NoteSprite.cpp Include/NoteSprite.hpp
|
||||
Source/NoteTile.cpp Include/NoteTile.hpp Include/NotePlaceEnum.hpp
|
||||
Source/TilePattern.cpp Include/TilePattern.hpp
|
||||
)
|
||||
|
||||
target_include_directories(simpleGame PRIVATE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue