#-------------------------------------------------------- # The CMakeLists.txt for: lib_frame_ss # Author(s): Andrew Patrikalakis #-------------------------------------------------------- FILE(GLOB SRC *.cpp *.c) ADD_LIBRARY(frame_ss ${SRC})