Skip to content
Snippets Groups Projects
Commit c1d3fa14 authored by Michael Zbyszyński's avatar Michael Zbyszyński
Browse files

Trying to build with a CMake file

parent c47a6af1
Branches
No related merge requests found
cmake_minimum_required(VERSION 2.8.9)
project (rapidmix)
# The version number.
set (rapidmix_VERSION_MAJOR 1)
set (rapidmix_VERSION_MINOR 0)
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
include_directories(src)
add_executable(rapidmix rapidmixCMake.cpp )
#include "rapidmix.h"
int main() {
return 0;
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment