Rename files from cpp to cc
parent
c48d723692
commit
a8aa5946d9
|
@ -1,20 +1,20 @@
|
||||||
set(SRCS
|
set(SRCS
|
||||||
CoordGeodetic.cpp
|
CoordGeodetic.cc
|
||||||
CoordTopocentric.cpp
|
CoordTopocentric.cc
|
||||||
DateTime.cpp
|
DateTime.cc
|
||||||
DecayedException.cpp
|
DecayedException.cc
|
||||||
Eci.cpp
|
Eci.cc
|
||||||
Globals.cpp
|
Globals.cc
|
||||||
Observer.cpp
|
Observer.cc
|
||||||
OrbitalElements.cpp
|
OrbitalElements.cc
|
||||||
SGP4.cpp
|
SGP4.cc
|
||||||
SatelliteException.cpp
|
SatelliteException.cc
|
||||||
SolarPosition.cpp
|
SolarPosition.cc
|
||||||
TimeSpan.cpp
|
TimeSpan.cc
|
||||||
Tle.cpp
|
Tle.cc
|
||||||
TleException.cpp
|
TleException.cc
|
||||||
Util.cpp
|
Util.cc
|
||||||
Vector.cpp)
|
Vector.cc)
|
||||||
|
|
||||||
set(INCS
|
set(INCS
|
||||||
CoordGeodetic.h
|
CoordGeodetic.h
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
set(SRCS
|
set(SRCS
|
||||||
passpredict.cpp)
|
passpredict.cc)
|
||||||
|
|
||||||
add_executable(passpredict
|
add_executable(passpredict
|
||||||
${SRCS})
|
${SRCS})
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
set(SRCS
|
set(SRCS
|
||||||
runtest.cpp)
|
runtest.cc)
|
||||||
|
|
||||||
add_executable(runtest
|
add_executable(runtest
|
||||||
${SRCS})
|
${SRCS})
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
set(SRCS
|
set(SRCS
|
||||||
sattrack.cpp)
|
sattrack.cc)
|
||||||
|
|
||||||
add_executable(sattrack
|
add_executable(sattrack
|
||||||
${SRCS})
|
${SRCS})
|
||||||
|
|
Loading…
Reference in New Issue