Skip to content

Commit

Permalink
[ci] Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Jul 5, 2024
1 parent 6922ccc commit b4423aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmake/avendish.tools.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@

# Demo: dump all the known metadata.
add_executable(json_to_maxref examples/Demos/JSONToMaxref.cpp)
if(NOT MSVC)
target_compile_options(json_to_maxref PRIVATE -std=c++20)
endif()
target_link_libraries(json_to_maxref PRIVATE nlohmann_json::nlohmann_json pantor::inja)

# Demo: generate matching pd help patches
Expand Down

0 comments on commit b4423aa

Please sign in to comment.