From: Michael Vrable Date: Tue, 1 Sep 2009 20:25:30 +0000 (-0700) Subject: CMake build tweaks. X-Git-Url: http://git.vrable.net/?a=commitdiff_plain;h=a1ca7824a10cc1188b755b102e09c5bfa9ebdb40;hp=61f7d4d160419cb1b26d6d0a5d841873a8f68c20;p=bluesky.git CMake build tweaks. --- diff --git a/bluesky/CMakeLists.txt b/bluesky/CMakeLists.txt index f09f362..d84d7b7 100644 --- a/bluesky/CMakeLists.txt +++ b/bluesky/CMakeLists.txt @@ -9,3 +9,5 @@ set(INSTALL_RPATH_USE_LINK_PATH 1) include_directories(${GLIB_INCLUDE_DIRS}) target_link_libraries(bluesky ${GLIB_LIBRARIES} s3) target_link_libraries(bluesky-test bluesky ${GLIB_LIBRARIES}) + +#set_target_properties(bluesky PROPERTIES LINK_INTERFACE_LIBRARIES "") diff --git a/nfs3/CMakeLists.txt b/nfs3/CMakeLists.txt index 86edeb2..e6bf7f4 100644 --- a/nfs3/CMakeLists.txt +++ b/nfs3/CMakeLists.txt @@ -3,5 +3,5 @@ link_directories(/home/mvrable/scratch/libs3-1.4/build/lib) add_executable(nfsproxy nfsd.c rpc.c mount.c nfs3.c mount_prot_xdr.c nfs3_prot_xdr.c) -include_directories(${GLIB_INCLUDE_DIRS} "../bluesky") +include_directories(${GLIB_INCLUDE_DIRS} "${CMAKE_SOURCE_DIR}/bluesky") target_link_libraries(nfsproxy bluesky ${GLIB_LIBRARIES})