Add exif tag

This commit is contained in:
2020-06-21 16:51:00 -04:00
parent 649c50c465
commit 68289268c1
2 changed files with 3 additions and 1 deletions

View File

@@ -57,6 +57,7 @@ target_compile_options(
PRIVATE PRIVATE
-fPIC -fPIC
-Werror -Werror
-Wstringop-overflow=0
) )
if (SIST_DEBUG) if (SIST_DEBUG)
@@ -80,6 +81,7 @@ if (SIST_DEBUG)
OUTPUT_NAME sist2_debug OUTPUT_NAME sist2_debug
) )
else () else ()
# set(VCPKG_BUILD_TYPE release)
target_compile_options( target_compile_options(
sist2 sist2
PRIVATE PRIVATE