Get rid of the T.cc naming for template implementations
This commit is contained in:
@@ -11,13 +11,10 @@ acg_append_files (headers "*.hh" .)
|
||||
acg_append_files (sources "*.cc" .)
|
||||
|
||||
list (APPEND sources "../QtViewer/QGLViewerWidget.cc")
|
||||
list (APPEND sources "../QtViewer/MeshViewerWidgetT.cc")
|
||||
|
||||
list (APPEND headers "../QtViewer/QGLViewerWidget.hh")
|
||||
list (APPEND headers "../QtViewer/MeshViewerWidgetT.hh")
|
||||
|
||||
# remove template cc files from source file list
|
||||
acg_drop_templates (sources)
|
||||
list (APPEND headers "../QtViewer/MeshViewerWidgetT_impl.hh")
|
||||
|
||||
if (WIN32)
|
||||
acg_add_executable( ProgViewer WIN32 ${sources} ${headers})
|
||||
|
||||
Reference in New Issue
Block a user