mirror of
https://github.com/wiiu-env/wut.git
synced 2024-12-05 03:04:16 +01:00
samples/custom_default_heap: Fix install filename
This commit is contained in:
parent
9a0930e5b3
commit
3d2e190d31
@ -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}")
|
||||
|
Loading…
Reference in New Issue
Block a user