Split up main.cpp into multiple files
This commit is contained in:
@@ -9,7 +9,7 @@ find_package(SDL3_image CONFIG REQUIRED)
|
||||
find_package(flecs CONFIG REQUIRED)
|
||||
find_package(spdlog CONFIG REQUIRED)
|
||||
|
||||
add_executable(HansTheGatherer main.cpp)
|
||||
add_executable(HansTheGatherer main.cpp assets.cpp)
|
||||
|
||||
target_link_libraries(HansTheGatherer SDL3::SDL3 SDL3_image::SDL3_image flecs::flecs spdlog::spdlog)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user