This commit is contained in:
TheK0tYaRa 2025-06-15 00:03:09 +03:00
parent 6848796fb3
commit c0ca81418b

View file

@ -10,6 +10,7 @@ c_files = cmd.stdout().splitlines()
cmd = run_command('/usr/bin/find', 'src', '-name', '*.h') cmd = run_command('/usr/bin/find', 'src', '-name', '*.h')
h_files = cmd.stdout().splitlines() h_files = cmd.stdout().splitlines()
executable( executable(
'thread_tree', 'thread_tree',
sources: [ sources: [