diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-03-15 20:42:59 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-03-15 20:42:59 (GMT) |
commit | 5bbae885693f74b50b1f4265d8ab32fe65288194 (patch) | |
tree | 55fc5a134bde8f54292155952273ac549c49ec12 /Source/CMakeSetup.dsw | |
parent | c8924864fdcf66fcc62d4c6a95606ad200b7ba1a (diff) | |
download | CMake-5bbae885693f74b50b1f4265d8ab32fe65288194.zip CMake-5bbae885693f74b50b1f4265d8ab32fe65288194.tar.gz CMake-5bbae885693f74b50b1f4265d8ab32fe65288194.tar.bz2 |
Add ccommand for executing commands on the system, so by using ADD_CUSTOM_COMMAND, you can make rules to do some system commands during build. Currently supported commands are copy and remove. Others will follow.
Diffstat (limited to 'Source/CMakeSetup.dsw')
-rw-r--r-- | Source/CMakeSetup.dsw | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Source/CMakeSetup.dsw b/Source/CMakeSetup.dsw index 7d2d8cf..6f9a260 100644 --- a/Source/CMakeSetup.dsw +++ b/Source/CMakeSetup.dsw @@ -32,6 +32,9 @@ Package=<4> Begin Project Dependency
Project_Dep_Name ctest
End Project Dependency
+ Begin Project Dependency
+ Project_Dep_Name ccommand
+ End Project Dependency
}}}
###############################################################################
@@ -81,6 +84,21 @@ Package=<4> ###############################################################################
+Project: "ccommand"=.\ccommand.dsp - Package Owner=<4>
+
+Package=<5>
+{{{
+}}}
+
+Package=<4>
+{{{
+ Begin Project Dependency
+ Project_Dep_Name CMakeLib
+ End Project Dependency
+}}}
+
+###############################################################################
+
Global:
Package=<5>
|