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:
parent
15d9d35454
commit
e7c2d7bda3
4 changed files with 8 additions and 16 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue