Lines Matching refs:target
6 # command but rather at the target level using the
10 # directories. That way, a target linking to a library (using the
14 # CMake in order to avoid target name clashes, via the use of
78 option(DISABLE_PACKAGE_CONFIG_AND_INSTALL "Disable package configuration, target export and install…
154 set(target "${CMAKE_CURRENT_SOURCE_DIR}/${base_name}") variable
159 if (EXISTS ${target} AND NOT EXISTS ${link})
161 execute_process(COMMAND ln -s ${target} ${link}
166 message(FATAL_ERROR "Could not create symbolic link for: ${target} --> ${output}")
169 if (IS_DIRECTORY ${target})
170 … file(GLOB_RECURSE files FOLLOW_SYMLINKS LIST_DIRECTORIES false RELATIVE ${target} "${target}/*")
172 configure_file("${target}/${file}" "${link}/${file}" COPYONLY)
175 configure_file(${target} ${link} COPYONLY)
322 # target. This library of objects is used by tests and programs CMake files
432 # keep things simple with the sed commands in the memcheck target.