mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
ENH: make properties a bit more formal with documentation and chaining
This commit is contained in:
@@ -170,6 +170,13 @@ typedef struct
|
||||
/* display status information */
|
||||
void (CCONV *DisplaySatus) (void *info, const char *message);
|
||||
|
||||
/* new functions added after 2.4 */
|
||||
void *(CCONV *CreateNewSourceFile) (void *mf);
|
||||
void (CCONV *DefineSourceFileProperty) (void *mf, const char *name,
|
||||
const char *briefDocs,
|
||||
const char *longDocs,
|
||||
int chained);
|
||||
|
||||
/* this is the end of the C function stub API structure */
|
||||
} cmCAPI;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user