mirror of
https://github.com/davidallendj/gdpm.git
synced 2025-12-20 03:27:02 -07:00
Added initial SConstruct
This commit is contained in:
parent
defbc079cd
commit
adb80a7176
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ base_name = "gdpm"
|
|||
include_files = Glob('include/*.hpp')
|
||||
source_files = Glob('src/*.cpp')
|
||||
test_files = Glob('tests/*.cpp')
|
||||
compile_flags = ""
|
||||
|
||||
# build the main executable and tests
|
||||
env.Program(f'{base_name}', source_files)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue