Separate common and format-dependent functions (#241)

This commit is contained in:
Małgorzata Olszówka
2023-03-25 20:32:58 +01:00
committed by GitHub
parent 44a6768089
commit 0f51a06b8f
13 changed files with 6516 additions and 5220 deletions

View File

@ -47,7 +47,7 @@ configure_file(Config.h.in config.h)
target_compile_definitions(osslsigncode PRIVATE HAVE_CONFIG_H=1)
# set sources
target_sources(osslsigncode PRIVATE osslsigncode.c msi.c)
target_sources(osslsigncode PRIVATE osslsigncode.c helpers.c msi.c pe.c cab.c cat.c)
if(NOT UNIX)
target_sources(osslsigncode PRIVATE applink.c)
endif(NOT UNIX)