Files @ e55aa0234745
Branch filter:

Location: libtransport.git/include/transport/CMakeLists.txt

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
FILE(GLOB HEADERS *.h)

INSTALL(FILES ${HEADERS} DESTINATION include/transport COMPONENT headers)