mirror of
https://github.com/reactos/CMake.git
synced 2024-12-13 14:27:23 +00:00
84fac67f90
As a new feature it does not need to participate in CMP0024. Store cmExportBuildFileGenerator instances which correspond to the export(EXPORT) signature in a second map which does not own the pointers. This avoids the need to add cmExportBuildFileGenerator and dependencies to the bootstrap system.
8 lines
151 B
CMake
8 lines
151 B
CMake
include(RunCMake)
|
|
|
|
run_cmake(EmptyString)
|
|
run_cmake(EmptyStringOptional)
|
|
run_cmake(CMP0024-WARN)
|
|
run_cmake(CMP0024-NEW)
|
|
run_cmake(ExportExportInclude)
|