File tree Expand file tree Collapse file tree
Sources/Wrappers/PureData Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ project(openscofo~ C CXX)
33file (GLOB_RECURSE OPENSCOFO_PDOBJ_SOURCES "*.cpp" "*.h" )
44pd_add_external (openscofo~ "${OPENSCOFO_PDOBJ_SOURCES} " LINK_LIBRARIES OpenScofo )
55
6- pd_add_datafile (openscofo~ "${CMAKE_SOURCE_DIR } /README.md" )
6+ pd_add_datafile (openscofo~ "${CMAKE_CURRENT_SOURCE_DIR } /../../.. /README.md" )
77pd_add_datafile (openscofo~ "${CMAKE_CURRENT_SOURCE_DIR } /openscofo~-help.pd" )
8- pd_add_datafile (openscofo~ "${CMAKE_SOURCE_DIR } /Tests/assets/bwv-1013.wav" )
9- pd_add_datafile (openscofo~ "${CMAKE_SOURCE_DIR } /Tests/assets/bwv-1013.txt" )
8+ pd_add_datafile (openscofo~ "${CMAKE_CURRENT_SOURCE_DIR } /../../.. /Tests/assets/bwv-1013.wav" )
9+ pd_add_datafile (openscofo~ "${CMAKE_CURRENT_SOURCE_DIR } /../../.. /Tests/assets/bwv-1013.txt" )
1010
1111if (LINUX )
1212 target_link_options (openscofo_tilde PRIVATE -Wl,--exclude-libs,ALL )
You can’t perform that action at this time.
0 commit comments