RecastNavigation_profile.cmake 376 B

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