build: Fix non-Windows build
This commit is contained in:
parent
4c761df181
commit
79ecf7fa59
@ -48,7 +48,7 @@ addBundledLibraries()
|
||||
# Add ImHex sources
|
||||
add_subdirectory(lib/libimhex)
|
||||
add_subdirectory(main)
|
||||
add_custom_target(imhex ALL DEPENDS main libimhex ${PLUGINS})
|
||||
add_custom_target(imhex ALL DEPENDS main libimhex)
|
||||
|
||||
# Add unit tests
|
||||
enable_testing()
|
||||
|
@ -184,6 +184,8 @@ macro(createPackage)
|
||||
install(TARGETS ${plugin} LIBRARY DESTINATION ${PLUGINS_INSTALL_LOCATION})
|
||||
endif ()
|
||||
endif ()
|
||||
|
||||
add_dependencies(imhex ${plugin})
|
||||
endif ()
|
||||
endforeach()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user