Some more progress
This commit is contained in:
@@ -21,9 +21,9 @@ add_executable(factorygame
|
||||
tiles/tile.h
|
||||
tiles/belt.c
|
||||
tiles/belt.h
|
||||
main.c
|
||||
player/player.c
|
||||
player/player.h) # Ensure the target is defined before linking
|
||||
player/player.h # Ensure the target is defined before linking
|
||||
main.c)
|
||||
|
||||
# Define the path to the assets folder
|
||||
set(ASSETS_SOURCE_DIR "${CMAKE_SOURCE_DIR}/assets")
|
||||
|
Reference in New Issue
Block a user