add dependency to Threads into generated cmake config (#52)

* add dependency to Threads into generated cmake config

* fix formatting
This commit is contained in:
Stephan Roslen
2020-10-16 22:07:30 +02:00
committed by GitHub
parent cfd0981a58
commit 6a35efa3b7
2 changed files with 16 additions and 4 deletions

4
ftxui-config.cmake.in Normal file
View File

@@ -0,0 +1,4 @@
@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
find_dependency(Threads)