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
|
add_executable(tg-construct
|
||||||
tgconstruct.hxx
|
tgconstruct.hxx
|
||||||
tgconstruct.cxx
|
tgconstruct.cxx
|
||||||
|
@ -51,9 +49,7 @@ target_link_libraries(cliptst
|
||||||
${SIMGEAR_CORE_LIBRARY_DEPENDENCIES}
|
${SIMGEAR_CORE_LIBRARY_DEPENDENCIES}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
install(TARGETS cliptst RUNTIME DESTINATION bin)
|
||||||
|
|
||||||
install(TARGETS tg-construct RUNTIME DESTINATION bin)
|
|
||||||
|
|
||||||
INSTALL(FILES usgsmap.txt DESTINATION ${PKGDATADIR} )
|
INSTALL(FILES usgsmap.txt DESTINATION ${PKGDATADIR} )
|
||||||
INSTALL(FILES default_priorities.txt DESTINATION ${PKGDATADIR} )
|
INSTALL(FILES default_priorities.txt DESTINATION ${PKGDATADIR} )
|
||||||
|
|
Loading…
Add table
Reference in a new issue