Skip to content

Commit

Permalink
Add .cc extension to suppress CMake warnings (#428)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll authored and chapulina committed Aug 11, 2022
1 parent c9b9fc0 commit 2ac8d3f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ set (sources
)

set (gtest_sources
Application_TEST
Conversions_TEST
Dialog_TEST
DragDropModel_TEST
Helpers_TEST
GuiEvents_TEST
ign_TEST
MainWindow_TEST
PlottingInterface_TEST
Plugin_TEST
SearchModel_TEST
Application_TEST.cc
Conversions_TEST.cc
Dialog_TEST.cc
DragDropModel_TEST.cc
Helpers_TEST.cc
GuiEvents_TEST.cc
gz_TEST.cc
MainWindow_TEST.cc
PlottingInterface_TEST.cc
Plugin_TEST.cc
SearchModel_TEST.cc
)

if (MSVC)
Expand Down

0 comments on commit 2ac8d3f

Please sign in to comment.