Skip to content
Snippets Groups Projects
Commit d0ef1778 authored by Pascal Palenda's avatar Pascal Palenda
Browse files

Add format definition for add_lib and add_test

parent 00ad10c0
No related branches found
No related tags found
No related merge requests found
......@@ -158,6 +158,42 @@ with section("parse"):
},
'groupsourcesbyfolder': {
'spelling': 'GroupSourcesByFolder'
},
'ihta_add_library' : {
'pargs' : {
'nargs' : '*',
'flags' : []
},
'spelling': 'ihta_add_library',
'kwargs': {
'TEST_INPLACE' : 0,
'TEST_INTERNALS' : 0,
'NAMESPACE' : 1,
'NAME' : 1,
'LIBRARY_TYPE' : 1,
'INCLUDE_DIR' : 1,
'SRC_DIR' : 1,
'INSTALL_INCLUDE_DIR' : 1,
'IDE_FOLDER' : 1,
'OBJECT_LIB_POSTFIX' : '?',
'OUT_VAR' : 1,
'SOURCES' : '+',
'TEST_SOURCES' : '*'
}
},
'ihta_add_test' : {
'pargs' : {
'nargs' : '*',
'flags' : []
},
'spelling': 'ihta_add_test',
'kwargs': {
'NAME' : 1,
'TEST_TARGET' : 1,
'IDE_FOLDER' : 1,
'SOURCES' : '+',
'COV_SOURCES' : '*'
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment