We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2c63e7 commit a08742dCopy full SHA for a08742d
FindSwiftlets.cmake
@@ -0,0 +1,7 @@
1
+include("GenericFindDependency")
2
+option(swiftlets_ENABLE_TESTS "" OFF)
3
+GenericFindDependency(
4
+ TARGET swiftlets
5
+ SOURCE_DIR swiftlets
6
+ SYSTEM_INCLUDES
7
+)
0 commit comments