Skip to content
Snippets Groups Projects
Commit dda7ba1f authored by Antoine Lorence's avatar Antoine Lorence
Browse files

[CMake] Rename 'eiimage_core' target to 'core'

parent 1973c091
No related branches found
No related tags found
No related merge requests found
......@@ -202,13 +202,13 @@ qt5_add_translation(QM_FILES ${TS_FILES})
add_executable(eiimage ${eiimage_SOURCES} ${WRAPPED_UIS} ${UIS} ${TS_FILES})
target_link_libraries(eiimage
eiimage_core
core
Qt5::Core
Qt5::Widgets
Qt5::Gui
Qt5::Script
Qt5::Xml
${RandomLib_LIBRARIES}
${RandomLib_LIBRARIES}
GenericInterface
ImageIn
)
......@@ -18,8 +18,8 @@ set(SRCS
PlugOperation.cpp
PlugOperation.h
)
add_library(eiimage_core ${SRCS})
target_link_libraries(eiimage_core
add_library(core ${SRCS})
target_link_libraries(core
GenericInterface
ImageIn
Qt5::Widgets
......
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