aboutsummaryrefslogtreecommitdiff
path: root/contrib/DirectX-Headers/test/CMakeLists.txt
blob: cba8b59b066eb733de7f37073176079d18442cc7 (plain)
1
2
3
4
5
6
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.

project(DirectX-Headers-Test CXX)
add_executable(DirectX-Headers-Test test.cpp)
target_link_libraries(DirectX-Headers-Test DirectX-Headers DirectX-Guids d3d12 dxcore)