Skip to content

Commit

Permalink
🚨 Ignore warnings from mixbox
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesFouchy committed Oct 13, 2023
1 parent 31dd8f9 commit 795a503
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ if(WARNINGS_AS_ERRORS_FOR_IMGUI_GRADIENT)
endif()

# Mixbox
target_sources(imgui_gradient PRIVATE lib/mixbox/mixbox.cpp)
target_include_directories(imgui_gradient PRIVATE lib)
add_library(mixbox lib/mixbox/mixbox.cpp)
target_link_libraries(imgui_gradient PRIVATE mixbox)
target_include_directories(imgui_gradient SYSTEM PRIVATE lib)
install(FILES "lib/mixbox/LICENSE" DESTINATION "license/mixbox")

0 comments on commit 795a503

Please sign in to comment.