Skip to content

Commit 9a79b10

Browse files
committed
Add some logging. Closes #108
1 parent 2611a64 commit 9a79b10

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ set(CMAKE_MSVC_DEBUG_INFORMATION_FORMAT Embedded CACHE STRING "" FORCE)
4545
# For simplicity, the name of the CMake project is also the name of the target
4646
project(${PROJECT_NAME} VERSION ${CURRENT_VERSION})
4747

48+
# Log build environment info (after project() so compiler info is available)
49+
include(PamplejuceLog)
50+
4851
# JUCE is setup as a submodule in the /JUCE folder
4952
# Locally, you must run `git submodule update --init --recursive` once
5053
# and later `git submodule update --remote --merge` to keep it up to date

cmake

0 commit comments

Comments
 (0)