You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
291 B
CMake

cmake_minimum_required(VERSION 3.13)
project(TobiiSendData)
set(CMAKE_CXX_STANDARD 14)
add_executable(TobiiSendData main.cpp)
target_link_libraries(TobiiSendData /usr/lib/tobii/libtobii_stream_engine.so)
target_link_libraries(TobiiSendData pthread)
target_link_libraries(TobiiSendData lsl)