Correct build

feature/19
Daniel Warner 2017-01-07 12:44:19 +00:00
parent 0310c769e6
commit 5549002ea5
2 changed files with 4 additions and 4 deletions

View File

@ -18,10 +18,10 @@ include_directories(libsgp4)
add_library(sgp4 STATIC ${SRCS})
add_executable(sattrack sattrack/sattrack.cpp)
target_link_libraries(sattrack sgp4)
target_link_libraries(sattrack sgp4 rt)
add_executable(runtest runtest/runtest.cpp)
target_link_libraries(runtest sgp4)
target_link_libraries(runtest sgp4 rt)
add_executable(passpredict passpredict/passpredict.cpp)
target_link_libraries(passpredict sgp4)
target_link_libraries(passpredict sgp4 rt)
file(COPY SGP4-VER.TLE DESTINATION ${PROJECT_BINARY_DIR})

View File

@ -31,7 +31,7 @@
* Azimuth and elevation are stored in radians. Range in kilometres. Range
* rate in kilometres/second.
*/
struct CoordTopocentric final
struct CoordTopocentric
{
public:
/**