mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
5363bebc1e
Since generated `ui` headers are added as byproducts of the autogen target, it causes to compilation of unchanged files. This commits adds generated `ui` headers to byproducts of the timestamp target instead of the autogen target's. Fixes: #25436 Fixes: #26135
4 lines
100 B
CMake
4 lines
100 B
CMake
cmake_minimum_required(VERSION 3.16)
|
|
project(${RunCMake_TEST} NONE)
|
|
include(${RunCMake_TEST}.cmake)
|