cmake_minimum_required(VERSION 2.8) project(Scrambling) add_definitions(-std=gnu++11) add_executable(scrambling scrambling.cpp)