Brad King
|
a5480276d5
ENH: Added cmData and corresponding DataMap in cmMakefile to allow commands to register arbitrary extra data with the makefile without modifying the cmMakefile class definition.
|
24 years ago |
Ken Martin
|
639f1fa239
added registry entry support and windows app support
|
24 years ago |
Bill Hoffman
|
885e37da22
ENH: call configure from cmake
|
24 years ago |
Ken Martin
|
089aa3e106
option to make utilities in the all target
|
24 years ago |
Ken Martin
|
fc1562f004
system config uses cmake commands now
|
24 years ago |
Bill Hoffman
|
96ec40943c
ENH: implement ADD_TARGET command, and add an ALL_BUILD target
|
24 years ago |
Brad King
|
73644c3acd
ERR: Removed a conflict that was checked in.
|
24 years ago |
Anonymous
|
d6fae5faf0
New command: INCLUDE(somefile.txt)
|
24 years ago |
Ken Martin
|
2da0c57d46
added TARGET_LINK_LIBRARY command and support for debug and release libraries to link against
|
24 years ago |
Will Schroeder
|
54cfe84f3f
ENH:New copyright
|
24 years ago |
Ken Martin
|
41e1270413
support for debug and opt libraries
|
24 years ago |
Ken Martin
|
30ad61805b
bug fixes
|
24 years ago |
Ken Martin
|
73f04d1409
many fixes and cleanup and features
|
24 years ago |
Bill Hoffman
|
818b0e5bc1
BUG: fix build directory problem
|
24 years ago |
Ken Martin
|
b5f62159ca
added if else endif add definition
|
24 years ago |
Ken Martin
|
7b362bdb1f
fixed cable package issue
|
24 years ago |
Ken Martin
|
e40aaa57c3
some bug fixes
|
24 years ago |
Ken Martin
|
865ec96644
major changes to support multiple libraries and source lists
|
24 years ago |
Brad King
|
8c087d0e7a
ENH: Added SOURCE_GROUP command and corresponding support code. This command allows CMakeLists files to specify how sources are organized into groups in the generated DSP files and makefiles.
|
25 years ago |
Brad King
|
be4db9150c
ENH: Added INCLUDE_REGULAR_EXPRESSION command to set regular expression used in dependency checking.
|
25 years ago |
Brad King
|
f84972610e
BUG: Moved definition of CMAKE_SOURCE_DIR and CMAKE_BINARY_DIR to be as soon as their information is known.
|
25 years ago |
Brad King
|
5fc8300476
ENH: Added utility dependency support. Now a project can depend on other executables as well as link libraries.
|
25 years ago |
Brad King
|
4666b01710
ENH: Added UTILITY_SOURCE command for specifying where a 3rd party utility's source is located when it is included in the distribution of a project.
|
25 years ago |
Brad King
|
8859bd5ac8
ENH: Added GetUsedCommands() method.
|
25 years ago |
Ken Martin
|
acbd160dd2
a variety of fixes and enhancements
|
25 years ago |
Bill Hoffman
|
0b0d1b1d43
ENH: add CMakeCache.txt support
|
25 years ago |
Ken Martin
|
43859e36cf
ENH: add new commands fro find library and find program
|
25 years ago |
Ken Martin
|
fce56c57c4
some cleanup and fixes
|
25 years ago |
Bill Hoffman
|
dd36c5f296
ENH: add configure style @var@ expansion
|
25 years ago |
Bill Hoffman
|
db267f533b
ENH: get rid of special msc configure file
|
25 years ago |