File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 61
61
# *.PDF diff=astextplain
62
62
# *.rtf diff=astextplain
63
63
# *.RTF diff=astextplain
64
- * .sys filter =lfs diff =lfs merge =lfs - crlf
Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 2.8 )
2
2
project (BlackBone )
3
3
4
+ SET (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /std:c++latest" )
5
+
4
6
add_subdirectory (BlackBone )
5
7
add_subdirectory (TestApp )
Original file line number Diff line number Diff line change @@ -3,12 +3,11 @@ project (TestApp)
3
3
4
4
include_directories (../../Contrib )
5
5
6
- add_definitions (-DBLACKBONE_STATIC )
7
-
8
6
add_executable (TestApp TestApp.cpp
9
7
DriverTest.cpp
10
8
LocalHookTest.cpp
11
- MMapTest.cpp
9
+ MMapTest.cpp
10
+ MultiPtrTest.cpp
12
11
PatternTest.cpp
13
12
RemoteCallTest.cpp
14
13
RemoteHookTest.cpp
You can’t perform that action at this time.
0 commit comments