Skip to content

Dependencies are not installed with make install #101

@kohrt

Description

@kohrt

Dependencies in the depends folders are not installed with 'make install'.
Could be fixed by adding the following lines to the end of CMakeLists.txt:

install_files(/ FILES "${MY_DIR}/../../depends/glew/")
install_files(/ FILES "${MY_DIR}/../../depends/libusb/")

or maybe by installing them from the install_deps.sh script.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions