Skip to content
Snippets Groups Projects
Commit e822fde1 authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen
Browse files

cmake: Move automoc to src/CMakeLists.txt

parent 1a4e6900
No related branches found
No related tags found
No related merge requests found
......@@ -64,8 +64,6 @@ SET(CMAKE_VERBOSE_MAKEFILE OFF)
# Find includes in corresponding build directories
SET(CMAKE_INCLUDE_CURRENT_DIR ON)
# Instruct CMake to run moc automatically when needed.
SET(CMAKE_AUTOMOC ON)
# Path to contribs
SET(CONTRIBS_PATH ${CMAKE_CURRENT_SOURCE_DIR}/contribs)
......
......@@ -34,6 +34,9 @@ endif()
INCLUDE_DIRECTORIES(${FREI0R_INCLUDE_DIR})
# Instruct CMake to run moc automatically when needed.
SET(CMAKE_AUTOMOC ON)
SET(VLMC_SRCS
Commands/Commands.cpp
Backend/IBackend.h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment