Build IGSTK

From NAMIC Wiki
Revision as of 20:10, 25 January 2007 by Noby (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Home < Build IGSTK
  • Insert the following line in CMakelist of IGSTK to bild IGSTK as shared library
SET(BUILD_SHARED_LIBS ON)
INCLUDE_DIRECTORIES(
....
${IGSTK_INCLUDE_DIRS}
}
TARGET_LINK_LIBRARIES(NeuroNav
 ${IGSTK_LIB}
}