blob: d5b9c2f22056911a98ff1e4fc903afe3b2d71ade [file] [log] [blame]
project(MyThirdPartyDependency)
cmake_minimum_required(VERSION 3.8)
include(CTest)
set_directory_properties(PROPERTIES LABELS "NotASubproject;MyThirdPartyDependency")
add_subdirectory(src)