commit f518b88efca40e5f6b3619a5d2bef55bca75eaca parent 4a8aaa91cf5db5e61f078c146a953c801c5d47d7 Author: cfillion <cfillion@users.noreply.github.com> Date: Sun, 22 Dec 2019 02:24:30 -0500 the latest reaper_plugin.h is on landoleet now Diffstat:
M | CMakeLists.txt | | | 5 | ++--- |
M | README.md | | | 3 | +-- |
2 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -40,9 +40,8 @@ if(NOT EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/vendor/reaper_plugin.h") message(FATAL_ERROR "reaper_plugin.h cannot be found in ${CMAKE_CURRENT_SOURCE_DIR}/vendor.\n" - "The latest version can be downloaded from the SWS repository rather than " - "the REAPER SDK." - "https://github.com/reaper-oss/sws/raw/master/reaper/reaper_plugin.h" + "The latest version can be downloaded from Landoleet: " + "https://landoleet.org/dev/reaper_plugin.h" ) endif() diff --git a/README.md b/README.md @@ -19,8 +19,7 @@ Software requirements: Put the REAPER extension SDK into the `vendor` directory: -- reaper_plugin.h from - [reaper-oss/sws](https://github.com/reaper-oss/sws/raw/master/reaper/reaper_plugin.h) +- [reaper_plugin.h](https://landoleet.org/dev/reaper_plugin.h) - reaper_plugin_functions.h from the REAPER action "[developer] Write C++ API functions header"