2018-04-23 21:13:27 +02:00
|
|
|
cmake_minimum_required(VERSION 3.10)
|
|
|
|
project(ParallelAUTO)
|
2019-11-11 23:01:05 +01:00
|
|
|
include("../AutogenGuiTest.cmake")
|
2018-04-23 21:13:27 +02:00
|
|
|
|
|
|
|
# Test different values for AUTOGEN_PARALLEL
|
|
|
|
include("../Parallel/parallel.cmake")
|
|
|
|
|
|
|
|
add_executable(parallelAUTO ${PARALLEL_SRC})
|
|
|
|
set_target_properties(parallelAUTO PROPERTIES AUTOGEN_PARALLEL "AUTO")
|
|
|
|
target_link_libraries(parallelAUTO ${QT_LIBRARIES})
|