Skip to content

Instantly share code, notes, and snippets.

@Mononofu
Created March 9, 2013 11:19
Show Gist options
  • Save Mononofu/5123887 to your computer and use it in GitHub Desktop.
Save Mononofu/5123887 to your computer and use it in GitHub Desktop.
cmake_minimum_required(VERSION 2.6)
project(task1)
set(CMAKE_CXX_FLAGS "-g -Wall")
add_executable(sdc_client sdc_client.cpp)
target_link_libraries(sdc_client boost_program_options)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment