mirror of
https://github.com/reactos/CMake.git
synced 2024-12-13 06:16:49 +00:00
e134e53b47
Classify .manifest sources separately, add dependencies on them, and pass them to the MS manifest tool to merge with linker-generated manifest files. Inspired-by: Gilles Khouzam <gillesk@microsoft.com>
6 lines
148 B
CMake
6 lines
148 B
CMake
cmake_minimum_required(VERSION 3.3)
|
|
project(MSManifest C)
|
|
|
|
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})
|
|
add_subdirectory(Subdir)
|