Move blob file to objects kwarg in target declaration

This commit is contained in:
mkrsym1 2023-07-06 00:04:41 +03:00
parent 938b663bd9
commit 351fe85e2f

View File

@ -69,9 +69,9 @@ endif
shared_library(
'game_payload',
sources,
tp6c,
res_header,
res_object,
objects: tp6c,
include_directories: include_dir,
name_prefix: ''
)