sccn / liblsl

C++ lsl library for multi-modal time-synched data transmission over the local network
Other
108 stars 63 forks source link

CMake: Allow examples to be built independently from liblsl #43

Closed tstenner closed 4 years ago

tstenner commented 4 years ago

This restores the ability to build the examples on their own, without rebuilding all of liblsl by running CMake from the examples folder, either passing LSL_INSTALL_ROOT as option or looking for a precompiled liblsl in the default install location.