mirror of https://github.com/cutefishos/appmotor
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
480 B
CMake
16 lines
480 B
CMake
set(SRC creds_test.cpp)
|
|
|
|
link_libraries(${MEEGOTOUCH_LIBRARIES})
|
|
|
|
include(${QT_USE_FILE})
|
|
add_library(creds_test MODULE ${SRC})
|
|
|
|
# max creds
|
|
install(PROGRAMS libcreds_test.so DESTINATION /usr/bin RENAME fala_ft_creds1.launch)
|
|
install(PROGRAMS fala_ft_creds DESTINATION /usr/bin RENAME fala_ft_creds1)
|
|
|
|
# "normal" creds
|
|
install(PROGRAMS libcreds_test.so DESTINATION /usr/bin RENAME fala_ft_creds2.launch)
|
|
install(PROGRAMS fala_ft_creds DESTINATION /usr/bin RENAME fala_ft_creds2)
|
|
|