You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
289 B
10 lines
289 B
cmake_minimum_required(VERSION 3.16)
|
|
project(MocOnAddFile)
|
|
include("@CMAKE_CURRENT_LIST_DIR@/../AutogenCoreTest.cmake")
|
|
|
|
set(CMAKE_AUTOMOC ON)
|
|
set(CMAKE_AUTORCC ON)
|
|
|
|
add_executable(mocOnAddFile main.cpp @additional_project_sources@)
|
|
target_link_libraries(mocOnAddFile ${QT_QTCORE_TARGET})
|