sccn / liblsl

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

Rename export to LSLConfig; Define include for installed target #48

Closed cboulay closed 4 years ago

cboulay commented 4 years ago

See #47

Whether or not this gets merged, we at least need the following modification:

target_include_directories(lsl
    PUBLIC
        $<BUILD_INTERFACE:${CMAKE_CURRENT_LIST_DIR}/include>
        $<INSTALL_INTERFACE:include>
)