[CMake] Strange properties issue
Steven Truppe
workbench at gmx.at
Thu Jun 6 13:37:52 EDT 2019
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_EXAMPLE_CBASIC_OUTPUT_NAME_RELEASE}) .
And as a result after make install i get:
-- Set runtime path of
"/media/stuv/linux-projects/programming/bsEdit/build_files/Debug/examples/glad_basic/LIB_GLAD_EXAMPLE_CBASIC"
to ""
And the filename of the build file is LIB_GLAD_EXAMPLE_CBASIC ...
best regards.
More information about the CMake
mailing list