mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2024-11-23 03:10:01 +08:00
8 lines
196 B
CMake
8 lines
196 B
CMake
cmake_minimum_required(VERSION 3.0)
|
|
|
|
add_subdirectory(component)
|
|
add_subdirectory(dom)
|
|
|
|
add_executable(print_key_press print_key_press.cpp)
|
|
target_link_libraries(print_key_press PUBLIC component)
|