There was an error while loading. Please reload this page.
1 parent 82309b3 commit fba6c80Copy full SHA for fba6c80
1 file changed
CMakeLists.txt
@@ -4,6 +4,10 @@ project(EGIAmpServer
4
VERSION 1.13.0)
5
include(Findliblsl.cmake)
6
7
+set(CMAKE_INCLUDE_CURRENT_DIR ON)
8
+set(CMAKE_AUTOMOC ON)
9
+set(CMAKE_AUTOUIC ON)
10
+set(CMAKE_AUTORCC ON)
11
find_package(Qt5 REQUIRED COMPONENTS Widgets)
12
cmake_policy(SET CMP0074 NEW) # <- Required to avoid conflict between BOOST_ROOT and Boost_ROOT
13
find_package(Boost REQUIRED)
0 commit comments