move profile stuff into gui
This commit is contained in:
parent
f132e01b7a
commit
61ca07d29b
@ -76,6 +76,13 @@ set(nexthooker_src
|
|||||||
gui/window.h
|
gui/window.h
|
||||||
gui/TextBuffer.cpp
|
gui/TextBuffer.cpp
|
||||||
gui/TextBuffer.h
|
gui/TextBuffer.h
|
||||||
|
gui/profile/Profile.h
|
||||||
|
gui/profile/Profile.cpp
|
||||||
|
gui/profile/pugiconfig.h
|
||||||
|
gui/profile/pugixml.cpp
|
||||||
|
gui/profile/pugixml.h
|
||||||
|
gui/profile/misc.h
|
||||||
|
gui/profile/misc.cpp
|
||||||
${resource_src}
|
${resource_src}
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -83,7 +90,7 @@ source_group("Resource Files" FILES ${resource_src})
|
|||||||
|
|
||||||
add_executable(${PROJECT_NAME} ${nexthooker_src})
|
add_executable(${PROJECT_NAME} ${nexthooker_src})
|
||||||
|
|
||||||
add_subdirectory(vnr)
|
add_subdirectory(vnr)
|
||||||
# add_subdirectory(profile)
|
# add_subdirectory(profile)
|
||||||
|
|
||||||
set_target_properties(${PROJECT_NAME} PROPERTIES
|
set_target_properties(${PROJECT_NAME} PROPERTIES
|
||||||
@ -97,7 +104,7 @@ target_compile_definitions(${PROJECT_NAME}
|
|||||||
)
|
)
|
||||||
|
|
||||||
target_link_libraries(${PROJECT_NAME}
|
target_link_libraries(${PROJECT_NAME}
|
||||||
profile
|
#profile
|
||||||
vnrhost
|
vnrhost
|
||||||
#ithsys
|
#ithsys
|
||||||
#${WDK_HOME}/lib/wxp/i386/ntdll.lib
|
#${WDK_HOME}/lib/wxp/i386/ntdll.lib
|
||||||
|
@ -25,4 +25,3 @@ include_directories(
|
|||||||
|
|
||||||
add_subdirectory(vnrhook)
|
add_subdirectory(vnrhook)
|
||||||
add_subdirectory(texthook)
|
add_subdirectory(texthook)
|
||||||
add_subdirectory(profile)
|
|
||||||
|
@ -1,23 +0,0 @@
|
|||||||
set(profile_src
|
|
||||||
Profile.h
|
|
||||||
Profile.cpp
|
|
||||||
pugiconfig.h
|
|
||||||
pugixml.cpp
|
|
||||||
pugixml.h
|
|
||||||
misc.h
|
|
||||||
misc.cpp
|
|
||||||
)
|
|
||||||
|
|
||||||
add_library(profile STATIC ${profile_src})
|
|
||||||
|
|
||||||
target_compile_options(profile PRIVATE
|
|
||||||
$<$<CONFIG:Release>:>
|
|
||||||
$<$<CONFIG:Debug>:>
|
|
||||||
)
|
|
||||||
|
|
||||||
#target_link_libraries(profile comctl32.lib)
|
|
||||||
|
|
||||||
#target_compile_definitions(profile
|
|
||||||
# PRIVATE
|
|
||||||
# _CRT_NON_CONFORMING_SWPRINTFS
|
|
||||||
#)
|
|
Loading…
Reference in New Issue
Block a user