Skip to content

Commit

Permalink
[ux] Improve ide integration
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Sep 27, 2023
1 parent 1d62074 commit beecd9d
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions cmake/avendish.clap.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ function(avnd_make_clap)
target_sources(
${AVND_FX_TARGET}
PRIVATE
"${AVND_MAIN_FILE}"
"${CMAKE_BINARY_DIR}/${AVND_C_NAME}_clap.cpp"
)

Expand Down
2 changes: 1 addition & 1 deletion cmake/avendish.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ function(avnd_register)
target_compile_definitions(Avendish PRIVATE "${AVND_COMPILE_DEFINITIONS}")
endif()
if(AVND_LINK_LIBRARIES)
target_link_libraries(Avendish PRIVATE "${AVND_LINK_LIBRARIES}")
target_link_libraries(Avendish PRIVATE "${AVND_LINK_LIBRARIES}")
endif()
endfunction()

Expand Down
1 change: 1 addition & 0 deletions cmake/avendish.max.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ function(avnd_make_max)
target_sources(
${AVND_FX_TARGET}
PRIVATE
"${AVND_MAIN_FILE}"
"${CMAKE_BINARY_DIR}/${MAIN_OUT_FILE}_max.cpp"
"${MAXSDK_MAX_INCLUDE_DIR}/common/commonsyms.c"

Expand Down
1 change: 1 addition & 0 deletions cmake/avendish.ossia.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ function(avnd_make_ossia)
target_sources(
${AVND_FX_TARGET}
PRIVATE
"${AVND_MAIN_FILE}"
"${CMAKE_BINARY_DIR}/${MAIN_OUT_FILE}_ossia.cpp"
)

Expand Down
1 change: 1 addition & 0 deletions cmake/avendish.pd.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ function(avnd_make_pd)
target_sources(
${AVND_FX_TARGET}
PRIVATE
"${AVND_MAIN_FILE}"
"${CMAKE_BINARY_DIR}/${MAIN_OUT_FILE}_pd.cpp"
)

Expand Down
1 change: 1 addition & 0 deletions cmake/avendish.python.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ function(avnd_make_python)
target_sources(
${AVND_FX_TARGET}
PRIVATE
"${AVND_MAIN_FILE}"
"${CMAKE_BINARY_DIR}/${MAIN_OUT_FILE}_python.cpp"
)

Expand Down
1 change: 1 addition & 0 deletions cmake/avendish.standalone.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ function(avnd_make_standalone)
target_sources(
${AVND_FX_TARGET}
PRIVATE
"${AVND_MAIN_FILE}"
"${CMAKE_BINARY_DIR}/${MAIN_OUT_FILE}_standalone.cpp"
)

Expand Down
1 change: 1 addition & 0 deletions cmake/avendish.vintage.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ function(avnd_make_vintage)
target_sources(
${AVND_FX_TARGET}
PRIVATE
"${AVND_MAIN_FILE}"
"${CMAKE_BINARY_DIR}/${AVND_C_NAME}_vintage.cpp"
)

Expand Down
1 change: 1 addition & 0 deletions cmake/avendish.vst3.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ function(avnd_make_vst3)
target_sources(
${AVND_FX_TARGET}
PRIVATE
"${AVND_MAIN_FILE}"
"${CMAKE_BINARY_DIR}/${AVND_C_NAME}_vst3.cpp"
)

Expand Down

0 comments on commit beecd9d

Please sign in to comment.