mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Docs: Fix references to docs/CMake API.txt
This commit is contained in:
parent
606e8a509b
commit
074f5077fc
5 changed files with 6 additions and 6 deletions
|
|
@ -30,7 +30,7 @@ project(CONSOLE_APP_EXAMPLE VERSION 0.0.1)
|
|||
# `juce_add_console_app` adds an executable target with the name passed as the first argument
|
||||
# (ConsoleAppExample here). This target is a normal CMake target, but has a lot of extra properties
|
||||
# set up by default. This function accepts many optional arguments. Check the readme at
|
||||
# `examples/CMake/readme.md` in the JUCE repo for the full list.
|
||||
# `docs/CMake API.txt` in the JUCE repo for the full list.
|
||||
|
||||
juce_add_console_app(ConsoleAppExample
|
||||
PRODUCT_NAME "Console App Example") # The name of the final executable, which can differ from the target name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue