Added OgreProcedural support
This commit is contained in:
@@ -6,6 +6,7 @@ find_package(flecs REQUIRED CONFIG)
|
||||
find_package(nlohmann_json REQUIRED)
|
||||
find_package(SDL2 REQUIRED)
|
||||
find_package(Jolt REQUIRED)
|
||||
find_package(OgreProcedural REQUIRED CONFIG)
|
||||
|
||||
# Collect all source files
|
||||
set(EDITSCENE_SOURCES
|
||||
@@ -88,6 +89,7 @@ target_link_libraries(editSceneEditor
|
||||
flecs::flecs_static
|
||||
nlohmann_json::nlohmann_json
|
||||
Jolt::Jolt
|
||||
OgreProcedural::OgreProcedural
|
||||
)
|
||||
|
||||
target_include_directories(editSceneEditor PRIVATE
|
||||
|
||||
Reference in New Issue
Block a user