diff options
author | Brad King <brad.king@kitware.com> | 2013-07-01 13:18:06 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2013-07-01 13:18:06 (GMT) |
commit | be9a80a08891ab6d12f4ffb3a4c5d1c34168e73c (patch) | |
tree | 01e88b0dd6f25ac5793951db12302c6764326b71 /Tests | |
parent | c46142bcae10c7dfdf10fad421a54e5720c0000f (diff) | |
parent | 6c9712c47b99cb5e955f2a72b4093558768a7cc1 (diff) | |
download | CMake-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.txt | 1 |
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 |