summaryrefslogtreecommitdiff
path: root/src/tools/GenClrDebugResource/CMakeLists.txt
blob: c30f391440172718fc33021fb09ed43022076d1f (plain)
1
2
3
4
5
6
7
8
9
10
11
add_definitions(-MT)
add_executable(GenClrDebugResource GenClrDebugResource.cpp)

target_link_libraries(GenClrDebugResource
    ${STATIC_MT_CRT_LIB}
)

# ARM64_TODO: Enable this for Windows Arm64
if (NOT CLR_CMAKE_PLATFORM_ARCH_ARM64)
	target_link_libraries(GenClrDebugResource ${STATIC_MT_VCRT_LIB})
endif()