FTXUI/examples/CMakeLists.txt

8 lines
196 B
CMake
Raw Normal View History

2019-01-03 07:35:59 +08:00
cmake_minimum_required(VERSION 3.0)
2019-01-03 05:33:59 +08:00
add_subdirectory(component)
add_subdirectory(dom)
add_executable(print_key_press print_key_press.cpp)
target_link_libraries(print_key_press PUBLIC component)