Added dependency on utils lib in editor lib.

* Since editor lib uses gennode.cc, gennodearray.cc and gennodelist.cc
  from utils lib it should be dependent on it.
This commit is contained in:
davyw 2011-12-11 00:45:24 +01:00
parent 355f08f50e
commit d0293fd0c7

View file

@ -44,9 +44,10 @@ if(MSVC)
add_definitions( -DSCL_EDITOR_DLL_EXPORTS )
add_definitions( -DSCL_CORE_DLL_IMPORTS )
add_definitions( -DSCL_DAI_DLL_IMPORTS )
add_definitions( -DSCL_UTILS_DLL_IMPORTS )
endif(MSVC)
SCL_ADDLIB(stepeditor "${LIBSTEPEDITOR_SRCS}" stepcore stepdai)
SCL_ADDLIB(stepeditor "${LIBSTEPEDITOR_SRCS}" stepcore stepdai steputils)
if(APPLE)
set_target_properties(stepeditor PROPERTIES LINK_FLAGS "-flat_namespace -undefined suppress")