CMake: Fix host strgen/settingsgen importing

This commit is contained in:
Jonathan G Rennison
2021-03-04 18:50:29 +00:00
parent 92eb93561c
commit 70f3993a55
4 changed files with 2 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ if (NOT HOST_BINARY_DIR)
include(Endian)
add_endian_definition()
export(TARGETS strgen FILE ${CMAKE_BINARY_DIR}/strgen.cmake)
export(TARGETS strgen NAMESPACE host FILE ${CMAKE_BINARY_DIR}/strgen.cmake)
add_dependencies(tools strgen)
endif()