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