samples/custom_default_heap: Fix install filename

This commit is contained in:
James Benton 2018-05-31 10:30:35 +01:00
parent 9a0930e5b3
commit 3d2e190d31

View File

@ -16,5 +16,5 @@ wut_add_exports(custom_default_heap
wut_create_rpx(custom_default_heap.rpx
custom_default_heap)
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/custom_default_heap.rpl"
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/custom_default_heap.rpx"
DESTINATION "${CMAKE_INSTALL_PREFIX}")