]> gitweb.ps.run Git - toc/blob - antlr4-cpp-runtime-4.9.2-source/cmake/antlr4-runtime.cmake.in
add antlr source code and ReadMe
[toc] / antlr4-cpp-runtime-4.9.2-source / cmake / antlr4-runtime.cmake.in
1 set(ANTLR_VERSION @ANTLR_VERSION@)
2
3 @PACKAGE_INIT@
4
5 set_and_check(ANTLR4_INCLUDE_DIR "@PACKAGE_ANTLR4_INCLUDE_DIR@")
6 set_and_check(ANTLR4_LIB_DIR "@PACKAGE_ANTLR4_LIB_DIR@")
7
8 include(${CMAKE_CURRENT_LIST_DIR}/@targets_export_name@.cmake)
9
10 check_required_components(antlr)