I missed the property - it's DEBUG_OUTPUT_NAME and RELEASE_OUTPUT_NAME,
sry..
On 06.06.19 19:51, Steven Truppe wrote:
On 06.06.19 19:37, Steven Truppe wrote:
Hi again,
i solved most of the problems, i have a single issue left: i have two
files, in one file i do:
set(WITH_LIB_GLAD_EXAMPLE_CBA
On 06.06.19 19:37, Steven Truppe wrote:
Hi again,
i solved most of the problems, i have a single issue left: i have two
files, in one file i do:
set(WITH_LIB_GLAD_EXAMPLE_CBASIC_OUTPUT_NAME_RELEASE "demo")
and in the next file i include i have:
set_target_properties(LIB_GLAD_EXAMPLE_CBASIC
Hi again,
i solved most of the problems, i have a single issue left: i have two
files, in one file i do:
set(WITH_LIB_GLAD_EXAMPLE_CBASIC_OUTPUT_NAME_RELEASE "demo")
and in the next file i include i have:
set_target_properties(LIB_GLAD_EXAMPLE_CBASIC PROPERTIES
OUTPUT_NAME_RELEASE ${LIB_GLAD_E
I made a few misakes
On 06.06.19 16:54, Steven Truppe wrote:
It's also odd that i have to include(ExternalProject) to use the command
but i'm on cmake version 3.14 ...
On 06.06.19 16:51, Steven Truppe wrote:
#-
It's also odd that i have to include(ExternalProject) to use the command
but i'm on cmake version 3.14 ...
On 06.06.19 16:51, Steven Truppe wrote:
#-
# Thi
#-
# This is the start
#--