summaryrefslogtreecommitdiff
path: root/infra/nncc/cmake/modules/ExternalProjectTools.cmake
blob: 11446c051505a738726b490b879708aad50ae30b (plain)
1
2
3
macro(add_extdirectory DIR TAG)
  add_subdirectory(${DIR} "${CMAKE_BINARY_DIR}/externals/${TAG}")
endmacro(add_extdirectory)