RecastNavigation.Editor_profile.cmake 404 B

12345678910
  1. # Generated by O3DE install
  2. set_property(TARGET RecastNavigation.Editor
  3. APPEND_STRING PROPERTY IMPORTED_LOCATION
  4. $<$<CONFIG:profile>:${LY_ROOT_FOLDER}/bin/Windows/profile/Default/./RecastNavigation.Editor.dll>
  5. )
  6. set_property(TARGET RecastNavigation.Editor
  7. PROPERTY IMPORTED_LOCATION_PROFILE
  8. ${LY_ROOT_FOLDER}/bin/Windows/profile/Default/./RecastNavigation.Editor.dll
  9. )