mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 13:50:10 -05:00
VS: Add Windows Forms Support
Add support to maintain designer functionality for Visual Studio C++ Windows Forms projects. Also add a test project showing how to use the CMakeLists.txt file and, when successfully configured, will allow use of the designer for the included form.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user