summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-07-01 13:18:06 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2013-07-01 13:18:06 (GMT)
commitbe9a80a08891ab6d12f4ffb3a4c5d1c34168e73c (patch)
tree01e88b0dd6f25ac5793951db12302c6764326b71 /Tests
parentc46142bcae10c7dfdf10fad421a54e5720c0000f (diff)
parent6c9712c47b99cb5e955f2a72b4093558768a7cc1 (diff)
downloadCMake-be9a80a08891ab6d12f4ffb3a4c5d1c34168e73c.zip
CMake-be9a80a08891ab6d12f4ffb3a4c5d1c34168e73c.tar.gz
CMake-be9a80a08891ab6d12f4ffb3a4c5d1c34168e73c.tar.bz2
Merge topic 'vs-windows-forms'
6c9712c VS: Add Resx configuration to the vcxproj file
Diffstat (limited to 'Tests')
-rw-r--r--Tests/VSWindowsFormsResx/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/VSWindowsFormsResx/CMakeLists.txt b/Tests/VSWindowsFormsResx/CMakeLists.txt
index a313ac2..4373810 100644
--- a/Tests/VSWindowsFormsResx/CMakeLists.txt
+++ b/Tests/VSWindowsFormsResx/CMakeLists.txt
@@ -25,6 +25,7 @@ set(TARGET_SRC
WindowsFormsResx/MyForm.cpp
WindowsFormsResx/Source.cpp
)
+set_source_files_properties(${TARGET_SRC} PROPERTIES COMPILE_FLAGS "/clr")
set(TARGET_RESX
WindowsFormsResx/MyForm.resx