Skip to content

Commit fba6c80

Browse files
committed
CMake: update boilerplate
1 parent 82309b3 commit fba6c80

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
@@ -4,6 +4,10 @@ project(EGIAmpServer
44
VERSION 1.13.0)
55
include(Findliblsl.cmake)
66

7+
set(CMAKE_INCLUDE_CURRENT_DIR ON)
8+
set(CMAKE_AUTOMOC ON)
9+
set(CMAKE_AUTOUIC ON)
10+
set(CMAKE_AUTORCC ON)
711
find_package(Qt5 REQUIRED COMPONENTS Widgets)
812
cmake_policy(SET CMP0074 NEW) # <- Required to avoid conflict between BOOST_ROOT and Boost_ROOT
913
find_package(Boost REQUIRED)

0 commit comments

Comments
 (0)