mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2024-11-23 03:10:01 +08:00
6a35efa3b7
* add dependency to Threads into generated cmake config * fix formatting
5 lines
75 B
CMake
5 lines
75 B
CMake
@PACKAGE_INIT@
|
|
|
|
include(CMakeFindDependencyMacro)
|
|
find_dependency(Threads)
|