mirror of
https://github.com/rcornwell/sims.git
synced 2026-05-05 23:45:14 +00:00
SCP: Added support for CMAKE.
This commit is contained in:
9
cmake/simgen/utils.py
Normal file
9
cmake/simgen/utils.py
Normal file
@@ -0,0 +1,9 @@
|
||||
import re
|
||||
|
||||
|
||||
def emit_debug(dval, level, msg):
|
||||
if dval >= level:
|
||||
print(msg)
|
||||
|
||||
def do_debug(dval, level, act):
|
||||
pass
|
||||
Reference in New Issue
Block a user