Statically link current aimeio implementation

This commit is contained in:
Tau
2021-05-23 10:28:17 -04:00
parent 45e2416702
commit fb0fd41b6f
6 changed files with 5 additions and 15 deletions

View File

@ -1,9 +1,8 @@
aimeio_dll = shared_library(
aimeio_lib = static_library(
'aimeio',
name_prefix : '',
include_directories: inc,
implicit_include_directories : false,
vs_module_defs : 'aimeio.def',
c_pch : '../precompiled.h',
link_with : [
util_lib,