1
0
mirror of synced 2024-11-28 09:30:51 +01:00

build: Make sure libimhex is included in Linux artifacts

This commit is contained in:
WerWolv 2021-12-03 11:26:09 +01:00
parent 451c550b19
commit 957dfeed81

View File

@ -186,6 +186,7 @@ macro(createPackage)
endif ()
endforeach()
install(FILES "$<TARGET_FILE:libimhex>" DESTINATION "${CMAKE_INSTALL_LIBDIR}")
set_target_properties(libimhex PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})
if (WIN32)