mirror of
https://github.com/MatMoul/g810-led.git
synced 2025-04-04 23:31:48 +00:00
change app name to ledkeyboard
This commit is contained in:
parent
d7b6cf5335
commit
bd2023e93e
@ -1,8 +1,6 @@
|
|||||||
set(SOURCES
|
set(SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
# utils.h
|
|
||||||
utils.cpp
|
utils.cpp
|
||||||
# help.h
|
|
||||||
help.cpp
|
help.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -15,6 +13,6 @@ if(CMAKE_EXTRA_GENERATOR OR MSVC_IDE)
|
|||||||
list(APPEND SOURCES ${HEADERS})
|
list(APPEND SOURCES ${HEADERS})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
add_executable(g810-led ${SOURCES})
|
add_executable(ledkeyboard ${SOURCES})
|
||||||
|
target_link_libraries(ledkeyboard PUBLIC libledkeyboard)
|
||||||
|
|
||||||
target_link_libraries(g810-led PUBLIC libledkeyboard)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user