Skip to content

Commit f57c5b6

Browse files
committed
minor fix
1 parent a7adf63 commit f57c5b6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Sources/Wrappers/PureData/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ project(openscofo~ C CXX)
33
file(GLOB_RECURSE OPENSCOFO_PDOBJ_SOURCES "*.cpp" "*.h")
44
pd_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")
77
pd_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

1111
if(LINUX)
1212
target_link_options(openscofo_tilde PRIVATE -Wl,--exclude-libs,ALL)

0 commit comments

Comments
 (0)