comparison probes/CMakeLists.txt @ 4:50215911acb3

Add a strsplit() function and stop to build probes into a separate library
author Louis Opter <louis@dotcloud.com>
date Sat, 01 Jan 2011 16:01:19 +0100
parents 6ce4443e7545
children
comparison
equal deleted inserted replaced
3:2cb8a6cbe468 4:50215911acb3
1 SET(PROBES_SRC
2 cpuacct.c
3 probes.c
4 )
5
6 ADD_LIBRARY(probes STATIC ${PROBES_SRC})
7 SET_TARGET_PROPERTIES(probes PROPERTIES COMPILE_FLAGS "-fPIC")
8
9 ADD_SUBDIRECTORY(tests) 1 ADD_SUBDIRECTORY(tests)