2022-02-28 12:44:18 +03:00
|
|
|
executable(
|
2022-11-07 13:01:31 +03:00
|
|
|
'hack',
|
2023-08-16 10:16:30 +03:00
|
|
|
'utils/main.cpp',
|
2022-02-28 12:44:18 +03:00
|
|
|
dependencies : deps,
|
2023-05-23 12:13:38 +03:00
|
|
|
cpp_args: args,
|
|
|
|
include_directories : inc
|
2022-02-28 12:44:18 +03:00
|
|
|
)
|