Re: [CMake] Strange properties issue

2019-06-06 Thread Steven Truppe
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

Re: [CMake] Strange properties issue

2019-06-06 Thread Steven Truppe
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

[CMake] Strange properties issue

2019-06-06 Thread Steven Truppe
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

Re: [CMake] A bit harder question:

2019-06-06 Thread Steven Truppe
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: #-

Re: [CMake] A bit harder question:

2019-06-06 Thread Steven Truppe
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

[CMake] A bit harder question:

2019-06-06 Thread Steven Truppe
#- # This is the start #--