#-------------------------------------------------------- # The CMakeLists.txt for: random_source # Author(s): Andrew Patrikalakis #-------------------------------------------------------- FILE(GLOB SRC *.cpp) ADD_EXECUTABLE(random_source ${SRC}) TARGET_LINK_LIBRARIES(random_source ${FRAME_SS_LIBS})