Skip to content

Commit

Permalink
Add cmake missing part
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxiaomao committed Dec 13, 2024
1 parent e90452a commit a59aa05
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions libs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,8 @@ if(WIN32)
add_subdirectory(video)
endif()
endif()

option(WITH_HEAPS "Build heaps.hdll." ON)
if(WITH_HEAPS)
add_subdirectory(heaps)
endif()

0 comments on commit a59aa05

Please sign in to comment.