mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-20 01:14:20 +00:00
Resaved all projects
This commit is contained in:
parent
b28555838d
commit
a6fc53373f
115 changed files with 454 additions and 72 deletions
|
|
@ -679,6 +679,8 @@ add_library( ${BINARY_NAME}
|
|||
"../../../../../modules/juce_events/native/juce_osx_MessageQueue.h"
|
||||
"../../../../../modules/juce_events/native/juce_win32_HiddenMessageWindow.h"
|
||||
"../../../../../modules/juce_events/native/juce_win32_Messaging.cpp"
|
||||
"../../../../../modules/juce_events/native/juce_win32_WinRTWrapper.cpp"
|
||||
"../../../../../modules/juce_events/native/juce_win32_WinRTWrapper.h"
|
||||
"../../../../../modules/juce_events/timers/juce_MultiTimer.cpp"
|
||||
"../../../../../modules/juce_events/timers/juce_MultiTimer.h"
|
||||
"../../../../../modules/juce_events/timers/juce_Timer.cpp"
|
||||
|
|
@ -1888,6 +1890,8 @@ set_source_files_properties("../../../../../modules/juce_events/native/juce_mac_
|
|||
set_source_files_properties("../../../../../modules/juce_events/native/juce_osx_MessageQueue.h" PROPERTIES HEADER_FILE_ONLY TRUE)
|
||||
set_source_files_properties("../../../../../modules/juce_events/native/juce_win32_HiddenMessageWindow.h" PROPERTIES HEADER_FILE_ONLY TRUE)
|
||||
set_source_files_properties("../../../../../modules/juce_events/native/juce_win32_Messaging.cpp" PROPERTIES HEADER_FILE_ONLY TRUE)
|
||||
set_source_files_properties("../../../../../modules/juce_events/native/juce_win32_WinRTWrapper.cpp" PROPERTIES HEADER_FILE_ONLY TRUE)
|
||||
set_source_files_properties("../../../../../modules/juce_events/native/juce_win32_WinRTWrapper.h" PROPERTIES HEADER_FILE_ONLY TRUE)
|
||||
set_source_files_properties("../../../../../modules/juce_events/timers/juce_MultiTimer.cpp" PROPERTIES HEADER_FILE_ONLY TRUE)
|
||||
set_source_files_properties("../../../../../modules/juce_events/timers/juce_MultiTimer.h" PROPERTIES HEADER_FILE_ONLY TRUE)
|
||||
set_source_files_properties("../../../../../modules/juce_events/timers/juce_Timer.cpp" PROPERTIES HEADER_FILE_ONLY TRUE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue