starting playing the wherigo
Signed-off-by: Peter Siegmund <mars3142@noreply.mars3142.dev>
This commit is contained in:
@@ -28,8 +28,17 @@ message(STATUS "Configure project....")
|
||||
|
||||
set(SRCS
|
||||
main/src/main.cpp
|
||||
main/src/cApp.cpp
|
||||
main/src/ui/cFrame.cpp
|
||||
main/src/app.cpp
|
||||
main/src/ui/start_screen.cpp
|
||||
main/src/ui/game_screen.cpp
|
||||
main/src/ui/wherigo_dialog.cpp
|
||||
main/src/lua/wherigo.cpp
|
||||
main/src/lua/zobject.cpp
|
||||
main/src/lua/ztimer.cpp
|
||||
main/src/lua/game_engine.cpp
|
||||
main/src/lua/media_manager.cpp
|
||||
main/src/lua/persistence.cpp
|
||||
main/src/lua/wherigo_completion.cpp
|
||||
)
|
||||
|
||||
if (APPLE)
|
||||
@@ -55,6 +64,7 @@ target_link_libraries(${PROJECT_NAME}
|
||||
wxcore
|
||||
wxnet
|
||||
wxbase
|
||||
wxhtml
|
||||
lua
|
||||
cartridge
|
||||
storage
|
||||
|
||||
Reference in New Issue
Block a user