mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Swift: fix cmake generator on Linux
This commit is contained in:
@@ -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 ()
|
||||
|
||||
Reference in New Issue
Block a user