Files @ e55aa0234745
Branch filter:

Location: libtransport.git/spectrum/src/CMakeLists.txt - annotation

Kevin Smith
CMake stuff to find libSwiften.

If you keep things in strange places, set CMAKE_PREFIX_PATH in the environment before running cmake.
1
2
3
4
5
6
7
cmake_minimum_required(VERSION 2.6)
FILE(GLOB SRC *.cpp)

ADD_EXECUTABLE(spectrum ${SRC})

target_link_libraries(spectrum ${PURPLE_LIBRARY} ${GLIB2_LIBRARIES} ${EVENT_LIBRARIES} transport)