Fixes builds

This commit is contained in:
Linus Probert 2019-02-22 00:34:56 +01:00
parent 685bf97467
commit 97b097af41
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
cmake_minimum_required(VERSION 3.1)
project(bh_random)
project(bh_random cxx)
add_definitions(-std=c++11)
if (NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE Release)