eddic / fastcgipp

fastcgi++: A C++ FastCGI and Web development platform:
https://fastcgipp.isatec.ca
GNU Lesser General Public License v3.0
310 stars 94 forks source link

Export cmake config #53

Closed Erroneous1 closed 6 years ago

Erroneous1 commented 6 years ago

Part of modern CMake is exporting a ProjectConfig.cmake file and installing to lib/cmake/project. It would be nice for CMake users to be able to simply:

find_package(Fastcgipp REQUIRED)
add_executable(foo foo.cpp)
target_link_libraries(foo PRIVATE Fastcgipp::fastcgipp)
eddic commented 6 years ago

I'm going to assume your fancy CMake work has solved this particular issue.