mirror of
https://github.com/johndoe6345789/SDL3CPlusPlus.git
synced 2026-04-27 15:14:58 +00:00
stuff
This commit is contained in:
@@ -156,11 +156,9 @@ if(BUILD_SDL3_APP)
|
||||
src/script/physics_bridge.cpp
|
||||
src/script/lua_helpers.cpp
|
||||
src/script/lua_bindings.cpp
|
||||
src/script/mesh_loader.cpp
|
||||
src/script/scene_manager.cpp
|
||||
src/script/shader_manager.cpp
|
||||
src/script/gui_manager.cpp
|
||||
src/script/audio_manager.cpp
|
||||
)
|
||||
target_include_directories(sdl3_app PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}/src")
|
||||
target_link_libraries(sdl3_app PRIVATE ${SDL_TARGET} Vulkan::Vulkan lua::lua CLI11::CLI11 rapidjson assimp::assimp Bullet::Bullet glm::glm Vorbis::vorbisfile Vorbis::vorbis)
|
||||
@@ -191,10 +189,8 @@ add_executable(script_engine_tests
|
||||
src/script/scene_manager.cpp
|
||||
src/script/shader_manager.cpp
|
||||
src/script/gui_manager.cpp
|
||||
src/script/audio_manager.cpp
|
||||
src/script/lua_helpers.cpp
|
||||
src/script/lua_bindings.cpp
|
||||
src/script/mesh_loader.cpp
|
||||
)
|
||||
target_include_directories(script_engine_tests PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}/src")
|
||||
target_link_libraries(script_engine_tests PRIVATE ${SDL_TARGET} lua::lua assimp::assimp Bullet::Bullet glm::glm Vorbis::vorbisfile Vorbis::vorbis)
|
||||
|
||||
Reference in New Issue
Block a user