mirror of
https://github.com/team-charls/charls
synced 2025-03-28 21:03:13 +00:00
Add missing end of file for text file
For portability text file should end with 0x0A
This commit is contained in:
parent
482417c66d
commit
255a64b8c3
@ -180,4 +180,4 @@ endif()
|
||||
|
||||
if(CHARLS_BUILD_SAMPLES)
|
||||
add_subdirectory(samples)
|
||||
endif()
|
||||
endif()
|
||||
|
@ -12,4 +12,4 @@ target_link_libraries(fuzztest PRIVATE charls)
|
||||
if(MSVC)
|
||||
# POSIX functions are used, required for AFL.
|
||||
target_compile_definitions(fuzztest PRIVATE _CRT_SECURE_NO_WARNINGS)
|
||||
endif()
|
||||
endif()
|
||||
|
@ -2,4 +2,4 @@
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
add_subdirectory(convert.c)
|
||||
add_subdirectory(convert.cpp)
|
||||
add_subdirectory(convert.cpp)
|
||||
|
@ -19,4 +19,4 @@ if(MSVC)
|
||||
# Not all compilers come with the secure C standard extension functions, making it difficult to use them.
|
||||
# Disable the MSVC warning about not using these functions to keep the sample code simple and easy to understand.
|
||||
target_compile_definitions(convert-c PRIVATE _CRT_SECURE_NO_WARNINGS)
|
||||
endif()
|
||||
endif()
|
||||
|
@ -17,4 +17,4 @@ endif()
|
||||
|
||||
set_target_properties(convert-cpp PROPERTIES CXX_VISIBILITY_PRESET hidden)
|
||||
|
||||
target_link_libraries(convert-cpp PRIVATE charls)
|
||||
target_link_libraries(convert-cpp PRIVATE charls)
|
||||
|
Loading…
x
Reference in New Issue
Block a user