Fix example/component/ CMakeLists.txt

This commit is contained in:
ArthurSonzogni 2019-02-02 17:19:33 +01:00
parent 15da9cdc18
commit 620f70c3e5

View File

@ -1,4 +1,3 @@
find_package(ftxui)
function(example name)
add_executable(${name} ${name}.cpp)
target_link_libraries(${name} PUBLIC component)