move folders into root
This commit is contained in:
parent
61ca07d29b
commit
b7bf5b91f0
@ -47,8 +47,8 @@ add_definitions(
|
||||
|
||||
include_directories(
|
||||
.
|
||||
vnr
|
||||
vnr/texthook
|
||||
|
||||
texthook
|
||||
${CMAKE_BINARY_DIR}/gui
|
||||
)
|
||||
|
||||
@ -90,7 +90,8 @@ source_group("Resource Files" FILES ${resource_src})
|
||||
|
||||
add_executable(${PROJECT_NAME} ${nexthooker_src})
|
||||
|
||||
add_subdirectory(vnr)
|
||||
add_subdirectory(texthook)
|
||||
add_subdirectory(vnrhook)
|
||||
# add_subdirectory(profile)
|
||||
|
||||
set_target_properties(${PROJECT_NAME} PROPERTIES
|
||||
|
@ -6,6 +6,8 @@
|
||||
# # TODO: Get rid of dependence on msvc's swprintf
|
||||
# DEFINES += _CRT_NON_CONFORMING_SWPRINTFS
|
||||
|
||||
project(host)
|
||||
|
||||
set(vnrhost_src
|
||||
hookman.h
|
||||
host.h
|
@ -1,27 +0,0 @@
|
||||
# config.pri
|
||||
# DEFINES += _SECURE_SCL=0 _SCL_SECURE_NO_WARNINGS
|
||||
# DEFINES += _CRT_SECURE_NO_WARNINGS
|
||||
|
||||
cmake_minimum_required(VERSION 2.8)
|
||||
|
||||
set(CMAKE_CONFIGURATION_TYPES Debug Release)
|
||||
|
||||
project(vnr)
|
||||
|
||||
set(WDK_HOME "C:\\WinDDK\\7600.16385.1" CACHE FILEPATH "Windows Driver Kit path")
|
||||
|
||||
add_definitions(
|
||||
/DUNICODE
|
||||
/D_UNICODE
|
||||
/D_SECURE_SCL=0
|
||||
/D_SCL_SECURE_NO_WARNINGS
|
||||
/D_CRT_SECURE_NO_WARNINGS
|
||||
)
|
||||
|
||||
include_directories(
|
||||
${PROJECT_SOURCE_DIR}
|
||||
#${PROJECT_SOURCE_DIR}/texthook
|
||||
)
|
||||
|
||||
add_subdirectory(vnrhook)
|
||||
add_subdirectory(texthook)
|
@ -17,6 +17,8 @@
|
||||
# QMAKE_CXXFLAGS_EXCEPTIONS_ON += /EHa
|
||||
# }
|
||||
|
||||
project(engine)
|
||||
|
||||
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
|
||||
|
||||
set(vnrhook_src
|
Loading…
Reference in New Issue
Block a user