Skip to content

Commit

Permalink
max: try to debug why json_to_maxref not always foujnd
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Nov 25, 2024
1 parent dac6f37 commit dd86f8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/avendish.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ add_library(avnd_dummy_lib OBJECT "${AVND_SOURCE_DIR}/src/dummy.cpp")
include(avendish.dependencies)
include(avendish.disableexceptions)
include(avendish.sources)
include(avendish.tools)

include(avendish.ui.qt)
include(avendish.dump)
Expand All @@ -138,7 +139,6 @@ include(avendish.clap)
include(avendish.ossia)
include(avendish.standalone)
include(avendish.example)
include(avendish.tools)

# Used for getting completion in IDEs...
function(avnd_register)
Expand Down
2 changes: 1 addition & 1 deletion cmake/avendish.tools.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# Demo: dump all the known metadata.
if(TARGET pantor::inja AND TARGET nlohmann_json::nlohmann_json)
message("Building json_to_maxref")
add_executable(json_to_maxref examples/Demos/JSONToMaxref.cpp)
if(NOT MSVC)
target_compile_options(json_to_maxref PRIVATE -std=c++20)
Expand Down

0 comments on commit dd86f8b

Please sign in to comment.