Loading CMakeLists.txt 0 → 100644 +12 −0 Original line number Diff line number Diff line project(fresh) cmake_minimum_required(VERSION 2.6) find_package(systempp REQUIRED) if(CMAKE_CXX_COMPILER_ID MATCHES MSVC) SET(CMAKE_CXX_FLAGS "-D_SCL_SECURE_NO_WARNINGS /EHsc") else() SET(CMAKE_CXX_FLAGS "-nolibc -nostdlib") #goal -nolibc endif() add_subdirectory(src) src/CMakeLists.txt 0 → 100644 +0 −0 Empty file added. src/fresh.cpp 0 → 100644 +1 −0 Original line number Diff line number Diff line src/fresh.h 0 → 100644 +1 −0 Original line number Diff line number Diff line Loading
CMakeLists.txt 0 → 100644 +12 −0 Original line number Diff line number Diff line project(fresh) cmake_minimum_required(VERSION 2.6) find_package(systempp REQUIRED) if(CMAKE_CXX_COMPILER_ID MATCHES MSVC) SET(CMAKE_CXX_FLAGS "-D_SCL_SECURE_NO_WARNINGS /EHsc") else() SET(CMAKE_CXX_FLAGS "-nolibc -nostdlib") #goal -nolibc endif() add_subdirectory(src)