Skip to content

Instantly share code, notes, and snippets.

View aditya369007's full-sized avatar
:octocat:
Focusing

Aditya Mulampally aditya369007

:octocat:
Focusing
  • Houston, Texas
View GitHub Profile
@aditya369007
aditya369007 / CMakeLists.txt
Created November 13, 2019 16:08
Skeleton CmakeLists for Boost Libs
# CMakeList.txt : CMake project for CMakeProject10, include source and define
# project specific logic here.
#
cmake_minimum_required (VERSION 3.8)
# Add source to this project's executable.
add_executable (CMakeProject10 "main.cpp")
# TODO: Add tests and install targets if needed.