Files
CMake/Tests/MSManifest/CMakeLists.txt
T
Kenney Phillis 7ca13e04fa Windows: Merge user-provided manifests into compiled resource
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.
2020-04-21 08:10:45 -04:00

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)