Skip to content

Commit 4ead609

Browse files
committed
Small CMakeLists update
1 parent 50a34f6 commit 4ead609

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
cmake_minimum_required(VERSION 3.5)
22

33
project(AudioCapture
4+
DESCRIPTION "Capture audio and stream it over LabStreamingLayer"
5+
HOMEPAGE_URL "https://github.com/labstreaminglayer/App-AudioCapture/"
46
LANGUAGES CXX C
57
VERSION 0.1)
68

79
# Find an installed liblsl in paths set by the user (LSL_INSTALL_ROOT)
810
# and some default paths
911
find_package(LSL REQUIRED
1012
HINTS ${LSL_INSTALL_ROOT}
13+
"${CMAKE_CURRENT_LIST_DIR}/../../LSL/liblsl/build/"
1114
"${CMAKE_CURRENT_LIST_DIR}/../../LSL/liblsl/build/install"
15+
"${CMAKE_CURRENT_LIST_DIR}/../../LSL/liblsl/out/build/x64-Release"
1216
"${CMAKE_CURRENT_LIST_DIR}/../../LSL/liblsl/out/install/x64-Release"
1317
PATH_SUFFIXES share/LSL)
1418
get_filename_component(LSL_PATH ${LSL_CONFIG} DIRECTORY)

0 commit comments

Comments
 (0)