Move all function declarations to library header.

This commit is contained in:
2021-10-30 21:45:58 +01:00
parent e06a4976ee
commit 00cc6f2b09
9 changed files with 48 additions and 66 deletions

View File

@@ -88,7 +88,7 @@ endif()
add_subdirectory(3rdparty)
add_library("Aaru.Compression.Native" SHARED library.c apple_rle.c apple_rle.h adc.c adc.h lzip.c lzip.h flac.c flac.h)
add_library("Aaru.Compression.Native" SHARED library.c apple_rle.c apple_rle.h adc.c adc.h lzip.c flac.c flac.h)
MACRO(TARGET_LINK_LIBRARIES_WHOLE_ARCHIVE target)
if("${CMAKE_C_COMPILER_ID}" MATCHES "MSVC")