CMake build tweaks.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Tue, 1 Sep 2009 20:25:30 +0000 (13:25 -0700)
committerMichael Vrable <mvrable@turin.ucsd.edu>
Tue, 1 Sep 2009 20:25:30 +0000 (13:25 -0700)
bluesky/CMakeLists.txt
nfs3/CMakeLists.txt

index f09f362..d84d7b7 100644 (file)
@@ -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 "")
index 86edeb2..e6bf7f4 100644 (file)
@@ -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})