You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sems/tools/CMakeLists.txt

15 lines
365 B

# executable
set (sems-logfile-callextract_SRCS
logfile-splitter.cpp
)
ADD_EXECUTABLE (sems-logfile-callextract ${sems-logfile-callextract_SRCS})
#TARGET_LINK_LIBRARIES(sems-stats ${CMAKE_DL_LIBS} stdc++)
INSTALL(TARGETS sems-logfile-callextract
RUNTIME DESTINATION ${SEMS_EXEC_PREFIX}/sbin
)
INCLUDE(${CMAKE_SOURCE_DIR}/cmake/config.rules.txt)