Swift: fix cmake generator on Linux

This commit is contained in:
Paolo Tranquilli
2022-10-27 09:32:05 +02:00
parent f1fcb64e94
commit 09a51ecdd5

View File

@@ -14,4 +14,6 @@ project(codeql)
include(../misc/bazel/cmake/setup.cmake)
include_generated(//swift/extractor:cmake)
include_generated(//swift/xcode-autobuilder:cmake)
if (APPLE)
include_generated(//swift/xcode-autobuilder:cmake)
endif ()