Skip to content

Commit

Permalink
Fix include path error when compiling Ogre as a subproject
Browse files Browse the repository at this point in the history
  • Loading branch information
wakeofluna authored and darksylinc committed Oct 29, 2024
1 parent 12eef28 commit 563249d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Components/SceneFormat/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ file(

include_directories(${CMAKE_CURRENT_SOURCE_DIR}/include)

include_directories(${CMAKE_SOURCE_DIR}/Components/Hlms/Common/include)
include_directories(${OGRE_SOURCE_DIR}/Components/Hlms/Common/include)
ogre_add_component_include_dir(Hlms/Pbs)

add_definitions( -DOgreSceneFormat_EXPORTS )
Expand Down

0 comments on commit 563249d

Please sign in to comment.