1
0
mirror of https://github.com/MatMoul/g810-led.git synced 2025-04-04 15:21:45 +00:00

change app name to ledkeyboard

This commit is contained in:
Kamil Strzempowicz 2018-01-31 22:02:20 +01:00
parent d7b6cf5335
commit bd2023e93e

View File

@ -1,8 +1,6 @@
set(SOURCES
main.cpp
# utils.h
utils.cpp
# help.h
help.cpp
)
@ -15,6 +13,6 @@ if(CMAKE_EXTRA_GENERATOR OR MSVC_IDE)
list(APPEND SOURCES ${HEADERS})
endif()
add_executable(g810-led ${SOURCES})
add_executable(ledkeyboard ${SOURCES})
target_link_libraries(ledkeyboard PUBLIC libledkeyboard)
target_link_libraries(g810-led PUBLIC libledkeyboard)