dbus/cmake/bus CMakeLists.txt,1.3,1.4

Ralf Habacker rhabacker at kemper.freedesktop.org
Sat Apr 28 12:37:27 PDT 2007


Update of /cvs/dbus/dbus/cmake/bus
In directory kemper:/tmp/cvs-serv27235/cmake/bus

Modified Files:
	CMakeLists.txt 
Log Message:
* cmake/: don't install test applications and service files, moved CMAKE_DEBUG_POSTFIX to top level CMakeLists.txt

Index: CMakeLists.txt
===================================================================
RCS file: /cvs/dbus/dbus/cmake/bus/CMakeLists.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- CMakeLists.txt	26 Apr 2007 09:30:38 -0000	1.3
+++ CMakeLists.txt	28 Apr 2007 19:37:25 -0000	1.4
@@ -121,10 +121,10 @@
 )
 
 if (DBUS_BUILD_TESTS)	
-	add_executable(bus-test${CMAKE_EXE_POSTFIX} ${bus_test_SOURCES})
-	target_link_libraries(bus-test${CMAKE_EXE_POSTFIX} dbus-1 ${LIBS} )
-	install_targets(/bin bus-test${CMAKE_EXE_POSTFIX})
-	add_test(bus-test ${EXECUTABLE_OUTPUT_PATH}/bus-test${CMAKE_EXE_POSTFIX} ${CMAKE_SOURCE_DIR}/../test/data)
+	add_executable(bus-test ${bus_test_SOURCES})
+	target_link_libraries(bus-test dbus-1 ${LIBS} )
+	#install_targets(/bin bus-test)
+	add_test(bus-test ${EXECUTABLE_OUTPUT_PATH}/bus-test ${CMAKE_SOURCE_DIR}/../test/data)
 endif (DBUS_BUILD_TESTS)
 
 if(MSVC)



More information about the dbus-commit mailing list