Ken Martin
|
639f1fa239
added registry entry support and windows app support
|
24 years ago |
Geoffrey Cross
|
e539432495
definitions should now be overwritten if they already exist
|
24 years ago |
Brad King
|
0829faa9e1
ENH: Moved cache entry addition into cmMakefile::AddLibrary and AddExecutable so that commands do not have to add it explicitly.
|
24 years ago |
Bill Hoffman
|
885e37da22
ENH: call configure from cmake
|
24 years ago |
Ken Martin
|
e126954393
fixes for untiltiy targets in all
|
24 years ago |
Ken Martin
|
089aa3e106
option to make utilities in the all target
|
24 years ago |
Bill Hoffman
|
de10cfc72e
ENH: move testing stuff to cmake from configure, good bye dashboard... :)
|
24 years ago |
Ken Martin
|
faaadc4a08
better If checks
|
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 |
Ken Martin
|
13d4fd06f0
cache now loaded into makefile
|
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 |
Bill Hoffman
|
5b13f975b9
BUG: fix inplace builds
|
24 years ago |
Bill Hoffman
|
de67154214
ENH: fix in source build with non-gnu
|
24 years ago |
Bill Hoffman
|
e14ecec4c7
ENH: add output when creating files
|
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 |
Bill Hoffman
|
5c83326fb4
ENH: clean up cmake GUI and remove the parsing of CMakeLists.txt files by configure
|
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
|
24bce99cbf
cleaned up the coding style made ivars private etc
|
24 years ago |
Ken Martin
|
865ec96644
major changes to support multiple libraries and source lists
|
25 years ago |
Bill Hoffman
|
2a7964e310
ENH: better error reporting, and add NOTFOUND into cache for library and file find
|
25 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 |