summaryrefslogtreecommitdiff
path: root/Tests/CMakeOnly/TargetScope/Sub/Sub/CMakeLists.txt
blob: a351daadfcfddf978735ee31846313728a224e45 (plain)
1
2
3
4
5
6
if(NOT TARGET SubLibLocal)
  message(FATAL_ERROR "SubLibLocal not visible in subdirectory")
endif()
if(NOT TARGET SubLibGlobal)
  message(FATAL_ERROR "SubLibGlobal not visible in subdirectory")
endif()