Skip to content

Commit

Permalink
make vst will use relative path for varnamc
Browse files Browse the repository at this point in the history
  • Loading branch information
navaneeth committed Apr 21, 2015
1 parent 91b2a73 commit 0884bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ add_custom_target (vst)
# Each scheme will have a target to compile
# vst will have a dependency to all these targets so that running vst will compile all the scheme files
foreach(scheme ${SUPPORTED_SCHEMES})
add_custom_target (${scheme}.vst COMMAND varnamc --compile schemes/${scheme})
add_custom_target (${scheme}.vst COMMAND ./varnamc --compile schemes/${scheme})
add_dependencies (vst "${scheme}.vst")
install (FILES schemes/${scheme}.vst DESTINATION ${CMAKE_INSTALL_PREFIX}/share/varnam/vst OPTIONAL)
endforeach()
Expand Down

0 comments on commit 0884bdd

Please sign in to comment.