Massive reorganization of CMake files
This commit is contained in:
@@ -9,11 +9,7 @@ get_filename_component(ULIB_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
|
||||
set(ULIB_INCLUDE_DIRS "@CONF_INCLUDE_DIRS@")
|
||||
|
||||
# Our library dependencies (contains definitions for IMPORTED targets)
|
||||
# if(NOT TARGET foo AND NOT FooBar_BINARY_DIR)
|
||||
include("${ULIB_CMAKE_DIR}/uLibTargets.cmake")
|
||||
# endif()
|
||||
include("${ULIB_CMAKE_DIR}/uLibTargets.cmake")
|
||||
|
||||
# These are IMPORTED targets created by FooBarTargets.cmake
|
||||
# set(FOOBAR_LIBRARIES foo)
|
||||
# set(FOOBAR_EXECUTABLE bar)
|
||||
set(ULIB_LIBRARIES @ULIB_SHARED_LIBRARIES@)
|
||||
|
||||
Reference in New Issue
Block a user