Get rid of the T.cc naming for template implementations
This commit is contained in:
@@ -158,15 +158,6 @@ macro (acg_append_files ret ext)
|
||||
endforeach ()
|
||||
endmacro ()
|
||||
|
||||
# drop all "*T.cc" files from list
|
||||
macro (acg_drop_templates list)
|
||||
foreach (_file ${${list}})
|
||||
if (_file MATCHES "T.cc$")
|
||||
list (REMOVE_ITEM ${list} ${_file})
|
||||
endif ()
|
||||
endforeach ()
|
||||
endmacro ()
|
||||
|
||||
# get all files in directory, but ignore svn
|
||||
macro (acg_get_files_in_dir ret dir)
|
||||
file (GLOB_RECURSE __files RELATIVE "${dir}" "${dir}/*")
|
||||
|
||||
Reference in New Issue
Block a user