mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-27 00:08:12 +08:00
6
examples/util/CMakeLists.txt
Normal file
6
examples/util/CMakeLists.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
function(example name)
|
||||
add_executable(${name} ${name}.cpp)
|
||||
target_link_libraries(${name} PUBLIC component)
|
||||
endfunction(example)
|
||||
|
||||
example(print_key_press)
|
Reference in New Issue
Block a user