CMake: Add support for CppParser

This commit is contained in:
Pascal Bach
2014-12-11 10:17:08 +01:00
committed by Pascal Bach
parent af1b94602a
commit d9c0d2b495
4 changed files with 80 additions and 0 deletions

View 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")