1
0
mirror of https://github.com/ScrelliCopter/tmx2gba.git synced 2025-02-21 03:29:25 +11:00

normalise license snippets/copyright & cmake stuff

This commit is contained in:
2024-04-11 04:25:28 +10:00
parent 835b80256f
commit b29c61774c
18 changed files with 32 additions and 17 deletions

View File

@@ -20,8 +20,7 @@ set_target_properties(tmx2gba PROPERTIES
CXX_STANDARD_REQUIRED ON)
target_compile_definitions(${PROJECT_NAME} PRIVATE
$<$<BOOL:${MSVC}>:_CRT_SECURE_NO_WARNINGS> # disable msvc warning
$<$<TARGET_EXISTS:ZLIB::ZLIB>:USE_ZLIB>)
$<$<BOOL:${MSVC}>:_CRT_SECURE_NO_WARNINGS>) # Disable msvc warning
# Enable strong warnings
target_compile_options(tmx2gba PRIVATE