Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
rootm0s authored Jun 30, 2017
1 parent 654a6fe commit e8b69b8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Xenos/ext/blackbone/src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
cmake_minimum_required (VERSION 2.8)
project (BlackBone)

SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /std:c++latest" )

add_subdirectory(BlackBone)
add_subdirectory(TestApp)

0 comments on commit e8b69b8

Please sign in to comment.