CMakeLists.txt 199 B

1234567891011
  1. # Copyright (c) 2008-2023 the Urho3D project
  2. # License: MIT
  3. # Define target name
  4. set (TARGET_NAME SpritePacker)
  5. # Define source files
  6. define_source_files ()
  7. # Setup target
  8. setup_executable (TOOL)