Skip to content

Commit

Permalink
CMake update; LFS turned off
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthTon committed Apr 2, 2017
1 parent 732f4d8 commit 3e28a6e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,3 @@
#*.PDF diff=astextplain
#*.rtf diff=astextplain
#*.RTF diff=astextplain
*.sys filter=lfs diff=lfs merge=lfs -crlf
2 changes: 2 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +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)
5 changes: 2 additions & 3 deletions src/TestApp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ project (TestApp)

include_directories(../../Contrib)

add_definitions(-DBLACKBONE_STATIC)

add_executable(TestApp TestApp.cpp
DriverTest.cpp
LocalHookTest.cpp
MMapTest.cpp
MMapTest.cpp
MultiPtrTest.cpp
PatternTest.cpp
RemoteCallTest.cpp
RemoteHookTest.cpp
Expand Down

0 comments on commit 3e28a6e

Please sign in to comment.