Build IGSTK
From NAMIC Wiki
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} }