File: CMakeLists.txt

package info (click to toggle)
minbif 1%3A1.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,168 kB
  • ctags: 1,958
  • sloc: cpp: 12,396; ansic: 2,029; perl: 563; python: 478; sh: 164; makefile: 83
file content (5 lines) | stat: -rw-r--r-- 132 bytes parent folder | download | duplicates (5)
1
2
3
4
5
ADD_LIBRARY(pluginlib
		http.c
		)
TARGET_LINK_LIBRARIES(pluginlib ${PURPLE_LIBRARIES})
SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fPIC")