Skip to content

Commit 2ae71e9

Browse files
committed
Merge pull request #2763 from modocache/sourcekitd-repl-in-proc
2 parents 0c4bf77 + 8840510 commit 2ae71e9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

tools/SourceKit/tools/sourcekitd-repl/CMakeLists.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1+
if(SWIFT_SOURCEKIT_USE_INPROC_LIBRARY)
2+
set(SOURCEKITD_REPL_DEPEND sourcekitdInProc)
3+
else()
4+
set(SOURCEKITD_REPL_DEPEND sourcekitd)
5+
endif()
6+
17
add_sourcekit_executable(sourcekitd-repl
28
sourcekitd-repl.cpp
3-
DEPENDS sourcekitd edit
9+
DEPENDS ${SOURCEKITD_REPL_DEPEND} edit
410
COMPONENT_DEPENDS support
511
)
612

0 commit comments

Comments
 (0)