1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Resave all projects

This commit is contained in:
reuk 2022-09-27 18:24:31 +01:00
parent 15d9d35454
commit e7c2d7bda3
No known key found for this signature in database
GPG key ID: 9ADCD339CFC98A11
4 changed files with 8 additions and 16 deletions

View file

@ -3519,14 +3519,12 @@ set_source_files_properties(
"../../../JuceLibraryCode/JuceHeader.h"
PROPERTIES HEADER_FILE_ONLY TRUE)
target_compile_options( ${BINARY_NAME} PRIVATE "-fsigned-char" )
if( JUCE_BUILD_CONFIGURATION MATCHES "DEBUG" )
target_compile_options( ${BINARY_NAME} PRIVATE)
target_compile_options( ${BINARY_NAME} PRIVATE "-fsigned-char" )
endif()
if( JUCE_BUILD_CONFIGURATION MATCHES "RELEASE" )
target_compile_options( ${BINARY_NAME} PRIVATE)
target_compile_options( ${BINARY_NAME} PRIVATE "-fsigned-char" )
endif()
find_library(log "log")