small tidy up
This commit is contained in:
parent
e07ae6f4fd
commit
0f71e0abdc
@ -96,13 +96,13 @@ endif()
|
|||||||
###### Edit as required.
|
###### Edit as required.
|
||||||
#################
|
#################
|
||||||
|
|
||||||
#####find_path(HASH_INCLUDE_DIR crc_32.h ${CMAKE_SOURCE_DIR}/hash/include)
|
#####find_path(OTHER_LIB_INCLUDE_DIR crc_32.h ${CMAKE_SOURCE_DIR}/other_lib/include)
|
||||||
|
|
||||||
#####if(NOT HASH_INCLUDE_DIR)
|
#####if(NOT OTHER_LIB_INCLUDE_DIR)
|
||||||
#####message(FATAL_ERROR "MyFirstUDRKit build: Location of hash files could not found")
|
#####message(FATAL_ERROR "MyFirstUDRKit build: Location of other_lib files could not found")
|
||||||
#####endif()
|
#####endif()
|
||||||
|
|
||||||
#####message(STATUS "MyFirstUDRKit link: hash files - ${HASH_INCLUDE_DIR}")
|
#####message(STATUS "MyFirstUDRKit link: other_lib files - ${OTHER_LIB_INCLUDE_DIR}")
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Firebird libraries to link
|
# Firebird libraries to link
|
||||||
@ -189,7 +189,7 @@ if(BUILD_SHARED_LIBS AND MY_FIRST_UDR_KIT_VERSION)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
####Uncomment if using additional libraries - see line "This is an example of including external sources to link" above
|
####Uncomment if using additional libraries - see line "This is an example of including external sources to link" above
|
||||||
####target_include_directories(hash PUBLIC ${HASH_INCLUDE_DIR})
|
####target_include_directories(other_lib PUBLIC ${OTHER_LIB_INCLUDE_DIR})
|
||||||
|
|
||||||
target_link_libraries(MyFirstUDRKit PUBLIC firebird)
|
target_link_libraries(MyFirstUDRKit PUBLIC firebird)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user