forked from ph7n2ofui/SysyCompiler_Arm
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
332 B
14 lines
332 B
set(ANTLR_VERSION @ANTLR_VERSION@)
|
|
|
|
@PACKAGE_INIT@
|
|
|
|
set_and_check(ANTLR4_INCLUDE_DIR "@PACKAGE_ANTLR4_INCLUDE_DIR@")
|
|
set_and_check(ANTLR4_LIB_DIR "@PACKAGE_ANTLR4_LIB_DIR@")
|
|
|
|
include(CMakeFindDependencyMacro)
|
|
find_dependency(Threads)
|
|
|
|
include(${CMAKE_CURRENT_LIST_DIR}/@targets_export_name@.cmake)
|
|
|
|
check_required_components(antlr)
|