Skip to content

Commit 06c22dd

Browse files
committed
upload
1 parent 6c64abc commit 06c22dd

11 files changed

Lines changed: 1261 additions & 177 deletions

File tree

CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ endif()
2424

2525
add_subdirectory(lib/JUCE)
2626

27-
27+
set (BUILD_DATE "$<IF:$<CONFIG:Debug>,$<TIMESTAMP:%Y-%m-%d %H:%M:%S>,$<DATE:%Y-%m-%d %H:%M:%S>>>")
28+
configure_file(src/config.h.in config.h @ONLY)
2829

2930
juce_add_plugin(3HSPlug
3031

@@ -45,6 +46,7 @@ target_sources(3HSPlug
4546
src/PatchBankData.cpp
4647
src/DrumKeymapManager.cpp
4748
src/DrumPcmSampleLoader.cpp
49+
src/config.h
4850
)
4951
# src/OscilloscopeComponent.cpp
5052

0 commit comments

Comments
 (0)