cmake_minimum_required(VERSION 2.6) project(103_Events) include("../CMakeLists.shared") set(SOURCES ${PROJECT_SOURCE_DIR}/main.cpp ) add_executable(103_Events ${SOURCES} ${SHARED_SOURCES}) target_link_libraries(103_Events ${SHARED_LIBRARIES})