mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-28 13:58:41 +02:00
created tools dir and moved gtest and build into there, and trimmed some CMakeLists.txt files
This commit is contained in:
parent
85f66153ab
commit
0aa76fd05f
179 changed files with 6 additions and 27 deletions
2
hm.py
2
hm.py
|
@ -30,6 +30,8 @@
|
|||
# This will create an in-source UNIX Makefile.
|
||||
|
||||
import sys, os
|
||||
sys.path.append('tools')
|
||||
|
||||
from build import toolchain
|
||||
from getopt import gnu_getopt
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue