Skip to content

Commit

Permalink
Some cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hkbinaurics committed Feb 21, 2024
1 parent 736a5e9 commit bd354d3
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ endif()
${JVX_BASE_ROOT}/sources/jvxLibraries/jvxLsockets_st
${JVX_BASE_ROOT}/sources/jvxLibraries/jvx-dsp-base-cpp
${JVX_BASE_ROOT}/sources/jvxLibraries/jvx-component-templates-base
${JVX_BASE_ROOT}/sources/jvxLibraries/jvx-component-templates-mex
# ${JVX_BASE_ROOT}/sources/jvxLibraries/jvx-component-templates-mex
${JVX_BASE_ROOT}/sources/jvxLibraries/jvxLexternalCall
${JVX_BASE_ROOT}/sources/jvxLibraries/jvxLTextDeviceControl
${JVX_BASE_ROOT}/sources/jvxLibraries/jvx-host-json
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ set(LOCAL_SOURCES

${CMAKE_CURRENT_SOURCE_DIR}/include/CjvxBareNode1ioMex.h
${CMAKE_CURRENT_SOURCE_DIR}/src/CjvxBareNode1ioMex.cpp

${CMAKE_CURRENT_SOURCE_DIR}/include/CjvxMexCallsProfileInterfacing.h
${CMAKE_CURRENT_SOURCE_DIR}/include/CjvxMexCallsProfileNoMexTpl.h

)

#set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${JVX_CMAKE_C_FLAGS_EXEC} ${JVX_PLATFORM_FLAGS}")
Expand Down
6 changes: 4 additions & 2 deletions sources/jvxLibraries/jvxLexternalCall/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ set(LOCAL_SOURCES
${CMAKE_CURRENT_SOURCE_DIR}/src/CjvxMexCalls.cpp
${CMAKE_CURRENT_SOURCE_DIR}/src/CjvxMexCalls_prv.cpp

${CMAKE_CURRENT_SOURCE_DIR}/include/CjvxMexCallsProfileInterfacing.h
${CMAKE_CURRENT_SOURCE_DIR}/include/CjvxMexCallsProfileTpl.h
${CMAKE_CURRENT_SOURCE_DIR}/include/CjvxMexCallsProfileNoMexTpl.h
#
# ${CMAKE_CURRENT_SOURCE_DIR}/include/CjvxMexCallsProfileInterfacing.h
# ${CMAKE_CURRENT_SOURCE_DIR}/include/CjvxMexCallsProfileNoMexTpl.h
# -> moved to libraries - template mex
)

set(LOCAL_PCG_FILES
Expand Down

0 comments on commit bd354d3

Please sign in to comment.