mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 21:20:19 +00:00
11 lines
304 B
Text
11 lines
304 B
Text
|
set(SMTK_IMPORT_SRCS
|
||
|
smartrak.c
|
||
|
smrtk2ssrfc_window.ui
|
||
|
smrtk2ssrfc_window.h
|
||
|
smrtk2ssrfc_window.cpp
|
||
|
)
|
||
|
source_group("SmartTrak Import libs" FILES ${SMTK_IMPORT_SRCS})
|
||
|
|
||
|
add_library(smtk_import STATIC ${SMTK_IMPORT_SRCS})
|
||
|
target_link_libraries(smtk_import subsurface_corelib ${SUBSURFACE_LINK_LIBRARIES})
|