Changeset 4830 for branches/erijo-dev
- Timestamp:
- 01/27/07 06:26:21 (23 months ago)
- Location:
- branches/erijo-dev/licq
- Files:
-
- 1 added
- 3 modified
-
. (modified) (1 prop)
-
CMakeLists.txt (modified) (1 diff)
-
Doxyfile (added)
-
src/utils/misc.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/erijo-dev/licq
-
Property
svn:ignore set
to
build
doxy
-
Property
svn:ignore set
to
-
branches/erijo-dev/licq/CMakeLists.txt
r4827 r4830 3 3 include(TestCXXAcceptsFlag) 4 4 5 # Enables testing with ctest 5 # Enables testing with ctest and adds a "test" target (make test) 6 6 enable_testing() 7 8 # Command to build and run tests (make tests) 9 add_custom_target(tests ALL COMMAND ctest 10 DEPENDS licqutilstest licqdaemontest 11 WORKING_DIRECTORY ${CMAKE_BINARY_DIR}) 12 13 # Command to generate doxygen docs (make doxy) 14 add_custom_target(doxy doxygen WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}) 7 15 8 16 # Configure compiler flags -
branches/erijo-dev/licq/src/utils/misc.h
r4829 r4830 25 25 26 26 /** Utility to be used in standard algorithms. 27 \example28 27 \code 29 28 std::list<TObject*> ptrList;
