Open rianquinn opened 7 years ago
This is what I think the install code for CMake should look like
install(FILES ${PROJECT_SOURCE_DIR}/HippoMocks/hippomocks.h DESTINATION include)
install(FILES ${PROJECT_SOURCE_DIR}/HippoMocks/comsupport.h DESTINATION include)
install(DIRECTORY ${PROJECT_SOURCE_DIR}/HippoMocks/detail DESTINATION include)
It needs the opposite fix actually; it should be available as a single header file again.
@dascandy one way to fix that if your trying to keep things clean would be to use CMake Install to merge the files for you. I'm pretty sure CMake can do that
Yes I can check this for next release
Any status on this?
yes cmake has install feature
What is the plan for next release ? should it only support cmake or both ?
@rianquinn I might as well fix this issue while watching your CppCon talk. I had no idea you were there presenting it.
Make install does not install any of the needed headers.