summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/MocInclude/Strict/CMakeLists.txt
blob: 12c503faf1c2db39bc4137e689b1c4599b7215f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Disable relaxed mode
set(CMAKE_AUTOMOC_RELAXED_MODE FALSE)

# Common test
set(COMMON_FUNCTION_NAME commonStrict)
configure_file(
  "${COM_DIR}/common.cpp.in"
  "${CMAKE_CURRENT_BINARY_DIR}/commonStrict.cpp")

makeExecutable(libStrict)
target_sources(libStrict PRIVATE
  "${CMAKE_CURRENT_BINARY_DIR}/commonStrict.cpp"
  strict.cpp
  )