Skip to content

Commit a08742d

Browse files
Add FindSwiftlets.cmake (#53)
1 parent d2c63e7 commit a08742d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

FindSwiftlets.cmake

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)