Skip to content

Commit

Permalink
Merge branch 'main' into codeql_test
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidokert committed Jun 30, 2024
2 parents f60150d + 0500f21 commit 66001a4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions SConstruct
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Program('hello.cpp')
9 changes: 9 additions & 0 deletions wscript
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# pylint: disable=missing-module-docstring,invalid-name


def configure(_ctx):
pass


def build(ctx):
ctx.exec_command('echo Hello, Waf for CODEQL !')

0 comments on commit 66001a4

Please sign in to comment.