set (BILATERAL_SOURCES avltree.cpp avltree2.cpp bilateral.cpp histogram.cpp filter.cpp bilateral_plugin.cpp) set (MLBILATERAL_SOURCES avltree.cpp mlbilateral.cpp histogram.cpp filter.cpp mlbilateral_plugin.cpp) add_library(bilateral SHARED ${BILATERAL_SOURCES}) #add_library(mlbilateral SHARED ${MLBILATERAL_SOURCES}) target_link_libraries(bilateral stm) #target_link_libraries(mlbilateral stm) INSTALL_TARGETS(${INSTALL_LIB_PATH} bilateral) #INSTALL_TARGETS(${INSTALL_LIB_PATH} mlbilateral)