File tree 4 files changed +18
-7
lines changed
4 files changed +18
-7
lines changed Original file line number Diff line number Diff line change
1
+ module (name = "optframe" )
2
+
1
3
# bazel_dep(name = "bazel_skylib", version = "1.4.2")
2
4
bazel_dep (name = "hedron_compile_commands" , dev_dependency = True )
3
5
git_override (
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ package(default_visibility = ["//visibility:public"])
5
5
cc_binary (
6
6
name = "app_demo_opt" ,
7
7
srcs = ["src/OptFCore_load.cpp" ],
8
- deps = ["@OptFrame //include:OptFCore" ],
8
+ deps = ["@optframe //include:OptFCore" ],
9
9
copts = select ({
10
10
"@bazel_tools//src/conditions:windows" : ["/std:c++17" ],
11
11
"@bazel_tools//src/conditions:darwin" : ["--std=c++17" ],
Original file line number Diff line number Diff line change 4
4
#
5
5
# For more details, please check https://github.com/bazelbuild/bazel/issues/18958
6
6
###############################################################################
7
+
8
+
9
+ bazel_dep (name = "optframe" , dev_dependency = True )
10
+ git_override (
11
+ module_name = "optframe" ,
12
+ remote = "https://github.com/optframe/optframe.git" ,
13
+ branch = 'master'
14
+ )
15
+
Original file line number Diff line number Diff line change 1
- load ('@bazel_tools//tools/build_defs/repo:git.bzl' , 'git_repository' )
2
- git_repository (
3
- name = 'OptFrame' ,
4
- remote = 'https://github.com/optframe/optframe.git' ,
5
- branch = 'master'
6
- )
1
+ # load('@bazel_tools//tools/build_defs/repo:git.bzl', 'git_repository')
2
+ # git_repository(
3
+ # name='OptFrame',
4
+ # remote='https://github.com/optframe/optframe.git',
5
+ # branch='master'
6
+ # )
You can’t perform that action at this time.
0 commit comments