Thx that worked, but now it cannot find any of these modules.
-- Checking for one of the modules 'gtkmm-3.0'
CMake Error at /usr/share/cmake-3.17/Modules/FindPkgConfig.cmake:745 (message):
None of the required 'gtkmm-3.0' found
Call Stack (most recent call first):
cmake/LinuxConfig.cmake:6 (pkg_search_module)
CMakeLists.txt:8 (include)
-- Checking for one of the modules 'appindicator3-0.1'
CMake Error at /usr/share/cmake-3.17/Modules/FindPkgConfig.cmake:745 (message):
None of the required 'appindicator3-0.1' found
Call Stack (most recent call first):
cmake/LinuxConfig.cmake:7 (pkg_search_module)
CMakeLists.txt:8 (include)
-- Checking for one of the modules 'libevdev'
CMake Error at /usr/share/cmake-3.17/Modules/FindPkgConfig.cmake:745 (message):
None of the required 'libevdev' found
Call Stack (most recent call first):
cmake/LinuxConfig.cmake:8 (pkg_search_module)
CMakeLists.txt:8 (include)
-- CPM: adding package JoyShockLibrary@1.2.1 (v1.2.1)
-- Checking for one of the modules 'hidapi-hidraw'
CMake Error at /usr/share/cmake-3.17/Modules/FindPkgConfig.cmake:745 (message):
None of the required 'hidapi-hidraw' found
Call Stack (most recent call first):
build/deps/joyshocklibrary-src/cmake/LinuxConfig.cmake:6 (pkg_search_module)
build/deps/joyshocklibrary-src/CMakeLists.txt:5 (include)
-- Configuring incomplete, errors occurred!
See also "/home/linus/Downloads/JoyShockMapper-1.6.1/build/CMakeFiles/CMakeOutput.log".
You have changed variables that require your cache to be deleted.
Configure will be re-run and you may have to reset some variables.
The following variables have changed:
CMAKE_CXX_COMPILER= clang++
CMAKE_CXX_COMPILER= clang++
CMake Error at JoyShockMapper/CMakeLists.txt:3 (add_executable):
Target "JoyShockMapper" links to target "PkgConfig::Gtkmm" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
CMake Error at JoyShockMapper/CMakeLists.txt:3 (add_executable):
Target "JoyShockMapper" links to target "PkgConfig::appindicator" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
CMake Error at JoyShockMapper/CMakeLists.txt:3 (add_executable):
Target "JoyShockMapper" links to target "PkgConfig::evdev" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
CMake Error at JoyShockMapper/CMakeLists.txt:3 (add_executable):
Target "JoyShockMapper" links to target "PkgConfig::HIDAPI" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
CMake Error at build/_deps/joyshocklibrary-src/JoyShockLibrary/CMakeLists.txt:1 (add_library):
Target "JoyShockLibrary" links to target "PkgConfig::HIDAPI" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?