Skip to content

Commit

Permalink
build: Print message when enabling non-default imgui libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
WerWolv committed Sep 13, 2024
1 parent e7daaf9 commit 5c10dc3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmake/build_helpers.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,10 @@ macro(addBundledLibraries)
endif()
endif()
endif()

foreach (library IN LISTS FENESTRA_BUNDLED_IMGUI_LIBRARIES)
message(STATUS "Enabling ImGui library '${library}'")
endforeach()
endmacro()

function(enableUnityBuild TARGET)
Expand Down

0 comments on commit 5c10dc3

Please sign in to comment.