36 lines
652 B
TeX
36 lines
652 B
TeX
|
|
\documentclass{article}
|
|
|
|
\usepackage[pdfborder={0 0 0}]{hyperref}
|
|
|
|
\begin{document}
|
|
|
|
\title{cmake-init: C++ CMake Project Template}
|
|
|
|
\maketitle
|
|
|
|
\begin{abstract}
|
|
\noindent
|
|
cmake-init is a copy and paste template, that provides the following features:
|
|
|
|
\begin{itemize}
|
|
\item Cross Platform
|
|
\begin{itemize}
|
|
\item Windows
|
|
\item Linux
|
|
\item Mac
|
|
\end{itemize}
|
|
\item Libraries, Applications, Testing template
|
|
\item Documentation template
|
|
\item Installation, Packaging template
|
|
\item CMake find script template for defined libraries
|
|
\end{itemize}
|
|
|
|
\end{abstract}
|
|
|
|
\setcounter{tocdepth}{2}
|
|
\tableofcontents
|
|
|
|
\newpage
|
|
|
|
\end{document}
|