CMakeLists.txt 337 B

12345678
  1. # This will export the path to the directory containing the gem.json
  2. # to the "SourcePaths" entry within the "cmake_dependencies.<project>.assetbuilder.setreg"
  3. # which is generated when cmake is run
  4. # This path is the gem root directory
  5. if(PAL_TRAIT_BUILD_HOST_TOOLS)
  6. ly_create_alias(NAME BuonGIorno.Builders NAMESPACE Gem)
  7. endif()