CMakeLists.txt 291 B

1234567891011121314
  1. # Copyright (c) 2008-2023 the Urho3D project
  2. # License: MIT
  3. # Define target name
  4. set (TARGET_NAME 08_Decals)
  5. # Define source files
  6. define_source_files (EXTRA_H_FILES ${COMMON_SAMPLE_H_FILES})
  7. # Setup target with resource copying
  8. setup_main_executable ()
  9. # Setup test cases
  10. setup_test ()