mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-05-07 18:41:12 +08:00
Fix example/component/ CMakeLists.txt
This commit is contained in:
parent
15da9cdc18
commit
620f70c3e5
@ -1,4 +1,3 @@
|
|||||||
find_package(ftxui)
|
|
||||||
function(example name)
|
function(example name)
|
||||||
add_executable(${name} ${name}.cpp)
|
add_executable(${name} ${name}.cpp)
|
||||||
target_link_libraries(${name} PUBLIC component)
|
target_link_libraries(${name} PUBLIC component)
|
||||||
|
Loading…
Reference in New Issue
Block a user