Fix cliptst install routine
This commit is contained in:
parent
cc0d913712
commit
29e77c4c40
1 changed files with 1 additions and 5 deletions
|
@ -1,5 +1,3 @@
|
|||
include_directories(${GPC_INCLUDE_DIR})
|
||||
|
||||
add_executable(tg-construct
|
||||
tgconstruct.hxx
|
||||
tgconstruct.cxx
|
||||
|
@ -51,9 +49,7 @@ target_link_libraries(cliptst
|
|||
${SIMGEAR_CORE_LIBRARY_DEPENDENCIES}
|
||||
)
|
||||
|
||||
|
||||
|
||||
install(TARGETS tg-construct RUNTIME DESTINATION bin)
|
||||
install(TARGETS cliptst RUNTIME DESTINATION bin)
|
||||
|
||||
INSTALL(FILES usgsmap.txt DESTINATION ${PKGDATADIR} )
|
||||
INSTALL(FILES default_priorities.txt DESTINATION ${PKGDATADIR} )
|
||||
|
|
Loading…
Add table
Reference in a new issue