6 lines
300 B
CMake
6 lines
300 B
CMake
# - Config file for the SystemCTLM package
|
|
|
|
# TLM is part of the SystemC language library.
|
|
include(CMakeFindDependencyMacro)
|
|
find_dependency (SystemCLanguage @SystemCLanguage_VERSION_MAJOR@.@SystemCLanguage_VERSION_MINOR@.@SystemCLanguage_VERSION_PATCH@.@SystemCLanguage_VERSION_RELEASE_DATE@ EXACT)
|