Initial commit from sysy-main
This commit is contained in:
13
antlr/antlr4-runtime-4.13.2/cmake/antlr4-runtime.cmake.in
Normal file
13
antlr/antlr4-runtime-4.13.2/cmake/antlr4-runtime.cmake.in
Normal file
@ -0,0 +1,13 @@
|
||||
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)
|
||||
Reference in New Issue
Block a user