You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks so much for these templates. I've been searching around in the CMake docs for how to understand setting the target property of JUCE_PROJECT_NAME so that it's used in getApplicationName but I've not quite been able to work it out still; at least partially because I'm not that familiar with Cmake still.
"$<TARGET_PROPERTY:${TargetName},JUCE_PROJECT_NAME>" is meant to get JUCE_PROJECT_NAMEproperty of your JUCE application target but there is no such property.
JUCE_PROJECT_NAME should be changed to JUCE_PRODUCT_NAME in my opinion. So correct version would look like this:
Hi @eyalamirmusic,
Thanks so much for these templates. I've been searching around in the CMake docs for how to understand setting the target property of
JUCE_PROJECT_NAME
so that it's used ingetApplicationName
but I've not quite been able to work it out still; at least partially because I'm not that familiar with Cmake still.How is this meant to be used?
References:
JUCECmakeRepoPrototype/Apps/AudioAppTemplate/CMakeLists.txt
Line 16 in 22d99ee
JUCECmakeRepoPrototype/Apps/AudioAppTemplate/Source/Main.cpp
Line 8 in 22d99ee
The text was updated successfully, but these errors were encountered: