Hi Brian,
thanks for noting the install targets were missing in the CMake files.
I just made the following two changes to the trunk:
Added to src/CMakeLists.txt:
INSTALL(TARGETS cupp LIBRARY DESTINATION lib)
Added to CMakeLists.txt:
INSTALL(DIRECTORY include/cupp DESTINATION include)
It's working fine on my test system, but haven't checked at another
one.
-Jens