Sfoglia il codice sorgente

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

Jean-Christophe Fillion-Robin 15 anni fa
parent
commit
5dc730fb3a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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