spectrum2/examples/server_connect/CMakeLists.txt
Kevin Smith e55aa02347 CMake stuff to find libSwiften.
If you keep things in strange places, set CMAKE_PREFIX_PATH in the environment before running cmake.
2011-04-03 05:07:34 +08:00

6 lines
157 B
CMake

FILE(GLOB SRC *.cpp)
ADD_EXECUTABLE(transport_server_connect ${SRC})
TARGET_LINK_LIBRARIES(transport_server_connect transport ${SWIFTEN_LIBRARIES})