Просмотр исходного кода

BUG: In Applications/ctkCLIPluginExplorer, changed ctkCLIPluginExplorerMain.cxx into ctkCLIPluginExplorerMain.cpp

Jean-Christophe Fillion-Robin лет назад: 15
Родитель
Сommit
5dc730fb3a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Applications/ctkCLIPluginExplorer/CMakeLists.txt

+ 1 - 1
Applications/ctkCLIPluginExplorer/CMakeLists.txt

@@ -5,7 +5,7 @@ PROJECT(ctkCLIPluginExplorer)
 #
 
 SET(KIT_SRCS
-  ctkCLIPluginExplorerMain.cxx
+  ctkCLIPluginExplorerMain.cpp
 )
 
 # Headers that should run through moc