initial monopoly test
This commit is contained in:
@@ -45,6 +45,8 @@ add_executable(basic1
|
||||
lib/game_launcher.cpp
|
||||
games/tic_tac_toe.cpp
|
||||
games/demo_game.cpp
|
||||
games/monopoly/monopoly_game.cpp
|
||||
games/monopoly/player.c
|
||||
lib/st7796/st7796.c
|
||||
lib/ft6336u/ft6336u.c
|
||||
lib/sd_card/sd_card.c
|
||||
@@ -80,6 +82,7 @@ target_link_libraries(basic1
|
||||
target_include_directories(basic1 PRIVATE
|
||||
${CMAKE_CURRENT_LIST_DIR}
|
||||
${CMAKE_CURRENT_LIST_DIR}/games
|
||||
${CMAKE_CURRENT_LIST_DIR}/games/monopoly
|
||||
${CMAKE_CURRENT_LIST_DIR}/lib
|
||||
${CMAKE_CURRENT_LIST_DIR}/lib/fatfs/source
|
||||
${CMAKE_CURRENT_LIST_DIR}/lib/st7796
|
||||
|
||||
Reference in New Issue
Block a user