Skip to content

Commit

Permalink
Update cmake for Recast,Graph
Browse files Browse the repository at this point in the history
  • Loading branch information
ducphamhong committed Dec 10, 2024
1 parent b579d43 commit 3dd4b00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ subdirs (Projects/SpineCpp)
endif()

# recast & graph
if (BUILD_RECAST_GRAPH)
if (BUILD_SKYLICHT_GRAPH)
add_definitions(-DBUILD_SKYLICHT_GRAPH)
subdirs (Projects/Skylicht/Graph)
endif()
Expand Down
2 changes: 1 addition & 1 deletion SkylichtConfig.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
option(BUILD_IMGUI "Build Ocornut Imgui" ON)
option(BUILD_FREETYPE "Build freetype font library" ON)
option(BUILD_SPINE_RUNTIMES "Build spine runtimes library" ON)
option(BUILD_RECAST_GRAPH "Build recast, graph library" ON)
option(BUILD_SKYLICHT_AUDIO "Build with audio engine" ON)
option(BUILD_SKYLICHT_COMPONENTS "Build with components" ON)
option(BUILD_SKYLICHT_LIGHMAPPER "Build with lightmapper" ON)
Expand All @@ -12,4 +11,5 @@ option(BUILD_SKYLICHT_NETWORK "Build with Http, Socket module" ON)
option(BUILD_BULLET_PHYSIC_LIB "Build bullet physic" ON)
option(BUILD_SKYLICHT_PHYSIC "Build with physic engine" ON)
option(BUILD_EDITOR_GUI_LIB "Build editor gui library" ON)
option(BUILD_SKYLICHT_GRAPH "Build recast, graph library" ON)
option(BUILD_EXAMPLES "Build example projects" ON)

0 comments on commit 3dd4b00

Please sign in to comment.