mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 06:47:08 -05:00
7ca13e04fa
Previously we merged user-provided manifests only into the manifest file given to the linker. Merge them into the manifest file that is compiled as a resource too.
9 lines
190 B
CMake
9 lines
190 B
CMake
cmake_minimum_required(VERSION 3.3)
|
|
project(MSManifest C)
|
|
|
|
include(CTest)
|
|
|
|
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})
|
|
add_subdirectory(Subdir)
|
|
add_subdirectory(Subdir2)
|