2019-01-03 00:35:59 +01:00
|
|
|
cmake_minimum_required(VERSION 3.0)
|
|
|
|
|
|
2019-01-02 22:33:59 +01:00
|
|
|
add_subdirectory(component)
|
|
|
|
|
add_subdirectory(dom)
|
2019-01-06 18:53:02 +01:00
|
|
|
|
|
|
|
|
add_executable(print_key_press print_key_press.cpp)
|
|
|
|
|
target_link_libraries(print_key_press PUBLIC component)
|