FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
codeql/swift/CMakeLists.txt at codeql-cli-2.20.0 · github/codeql · GitHub
github
/
codeql
Public
Notifications
You must be signed in to change notification settings
Fork
2.1k
Star
10.1k
Code
Issues
1k
Pull requests
470
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
codeql
/
swift
/
CMakeLists.txt
Copy path
More file actions
More file actions
Latest commit
History
History
History
20 lines (13 loc) · 490 Bytes
Breadcrumbs
codeql
/
swift
/
CMakeLists.txt
Copy path
File metadata and controls
20 lines (13 loc) · 490 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
this uses generated cmake files to setup cmake compilation of the swift extractor
#
this is provided solely for IDE integration
cmake_minimum_required
(
VERSION
3.21
)
set
(
CMAKE_CXX_STANDARD
20)
set
(
CMAKE_CXX_EXTENSIONS
OFF
)
set
(
CMAKE_C_COMPILER
clang)
set
(
CMAKE_CXX_COMPILER
clang++)
if
(
APPLE
)
set
(CMAKE_OSX_ARCHITECTURES x86_64)
#
temporary until we can build a Universal Binary
endif
()
project
(codeql)
include
(
../misc/bazel/cmake/setup.cmake
)
generate_and_include
(
//swift/...
)
Back
|
FazBrowse Home
|
New Git URL