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
251 B

cmake_minimum_required(VERSION 3.24)
project(VerifyHeaderSet LANGUAGES C)
message(STATUS "Inside subproject, var = '${CMAKE_VERIFY_INTERFACE_HEADER_SETS}'")
add_library(Blah INTERFACE)
target_sources(Blah
INTERFACE FILE_SET HEADERS FILES blah.h
)