mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-14 15:05:35 +02:00
CMake: Add support for CppParser
This commit is contained in:
4
CppParser/cmake/PocoCppParserConfig.cmake
Normal file
4
CppParser/cmake/PocoCppParserConfig.cmake
Normal file
@@ -0,0 +1,4 @@
|
||||
include(CMakeFindDependencyMacro)
|
||||
set(CMAKE_PREFIX_PATH ${CMAKE_CURRENT_LIST_DIR})
|
||||
find_dependency(PocoFoundation)
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/PocoCppParserTargets.cmake")
|
Reference in New Issue
Block a user