Rename files from cpp to cc

feature/19
Daniel Warner 2018-08-26 23:37:25 +01:00 committed by Daniel Warner
parent c48d723692
commit a8aa5946d9
23 changed files with 19 additions and 19 deletions

View File

@ -1,20 +1,20 @@
set(SRCS
CoordGeodetic.cpp
CoordTopocentric.cpp
DateTime.cpp
DecayedException.cpp
Eci.cpp
Globals.cpp
Observer.cpp
OrbitalElements.cpp
SGP4.cpp
SatelliteException.cpp
SolarPosition.cpp
TimeSpan.cpp
Tle.cpp
TleException.cpp
Util.cpp
Vector.cpp)
CoordGeodetic.cc
CoordTopocentric.cc
DateTime.cc
DecayedException.cc
Eci.cc
Globals.cc
Observer.cc
OrbitalElements.cc
SGP4.cc
SatelliteException.cc
SolarPosition.cc
TimeSpan.cc
Tle.cc
TleException.cc
Util.cc
Vector.cc)
set(INCS
CoordGeodetic.h

View File

@ -1,5 +1,5 @@
set(SRCS
passpredict.cpp)
passpredict.cc)
add_executable(passpredict
${SRCS})

View File

@ -1,5 +1,5 @@
set(SRCS
runtest.cpp)
runtest.cc)
add_executable(runtest
${SRCS})

View File

@ -1,5 +1,5 @@
set(SRCS
sattrack.cpp)
sattrack.cc)
add_executable(sattrack
${SRCS})