Dear all,
I am working on a module that I would also like to use in another module (for example in the way the Segmentation module is used within the SegmentationUI module). For that, I made use of the Project template's example module by building a module right next to it in a similar manner,
though without a command line app, just a bunch of cpp and header files.
Compilation and everything works well, but when I try for another Module to depend on that one (PACKAGE_DEPENDS in CMakeLists) it says there is no
.lib file of my module and indeed I looked up in the directory and saw that it is never built (the one of your ExampleModule in the ProjectTemplate is built though).
I would really appreciate if someone could tell me what to look for in that case and what I could have missed.
I am including the CMakeLists file of my module at the end of this mail, in case it is necessary.
Thank you in advance!
Kind regards,
Ivaylo Angelov
CMakeLists.txt of my module:
mitk_create_module(MyModule
INCLUDE_DIRS include
DEPENDS PUBLIC MitkCore
PACKAGE_DEPENDS VTK|vtkIOPLY+vtkIOMINC
PACKAGE_DEPENDS PRIVATE GuidelinesSupportLibrary
)
INCLUDE_DIRS include
DEPENDS PUBLIC MitkCore
PACKAGE_DEPENDS VTK|vtkIOPLY+vtkIOMINC
PACKAGE_DEPENDS PRIVATE GuidelinesSupportLibrary
)
_______________________________________________ mitk-users mailing list mitk-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mitk-users