hi, trying to compile your app, and I run into an error regarding cmake / juce? include could not find load file: ../CMakeJuce/juce.cmake I've also tried downloading the contents of the cmakejuce folder from your repo, as git clone doesn't seem to pull it in, but I get another error : CMake Error at /home/preview/apps/audio/BeatCounter/Builds/CMakeJuce/juce.cmake:67 (add_library): Cannot find source file: /home/preview/apps/audio/BeatCounter/Builds/Linux/Source/PluginEditor.cpp Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx Call Stack (most recent call first): CMakeLists.txt:2 (include) any help would be much appreciated.
hi, trying to compile your app, and I run into an error regarding cmake / juce?
include could not find load file:
I've also tried downloading the contents of the cmakejuce folder from your repo, as git clone doesn't seem to pull it in, but I get another error :
CMake Error at /home/preview/apps/audio/BeatCounter/Builds/CMakeJuce/juce.cmake:67 (add_library):
Cannot find source file:
Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
.hxx .in .txx
Call Stack (most recent call first):
CMakeLists.txt:2 (include)
any help would be much appreciated.