Skip to content
Snippets Groups Projects
Commit ab6303f2 authored by Provot Bertrand's avatar Provot Bertrand
Browse files

Allows to use test

parent 230b87e2
No related branches found
No related tags found
No related merge requests found
......@@ -221,6 +221,17 @@ target_link_libraries(imageinsa
${RandomLib_LIBRARIES}
)
add_library(libimageinsa STATIC ${EXTRA_FLAGS} ${imageinsa_SOURCES} ${WRAPPED_UIS} ${UIS} ${QM_FILES} ${TS_FILES} ${RCC_FILES})
target_link_libraries(libimageinsa
core
Qt5::Core
Qt5::Widgets
Qt5::Gui
Qt5::Script
Qt5::Xml
${RandomLib_LIBRARIES}
)
add_custom_command(TARGET imageinsa POST_BUILD
COMMAND ${CMAKE_COMMAND} -E make_directory ${DEPLOY_OUTPUT_DIRECTORY}/lang
COMMENT "Create directory ${DEPLOY_OUTPUT_DIRECTORY}/lang")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment