forked from Public-Mirror/Textractor
rename folder
This commit is contained in:
parent
9407c96be3
commit
933a225a12
@ -49,40 +49,40 @@ include_directories(
|
|||||||
.
|
.
|
||||||
|
|
||||||
texthook
|
texthook
|
||||||
${CMAKE_BINARY_DIR}/gui
|
${CMAKE_BINARY_DIR}/oldgui
|
||||||
)
|
)
|
||||||
|
|
||||||
set(resource_src
|
set(resource_src
|
||||||
gui/ITHVNR.rc
|
oldgui/ITHVNR.rc
|
||||||
gui/icon1.ico
|
oldgui/icon1.ico
|
||||||
)
|
)
|
||||||
|
|
||||||
set(nexthooker_src
|
set(nexthooker_src
|
||||||
gui/command.cpp
|
oldgui/command.cpp
|
||||||
gui/ITH.h
|
oldgui/ITH.h
|
||||||
gui/language.cpp
|
oldgui/language.cpp
|
||||||
gui/language.h
|
oldgui/language.h
|
||||||
gui/main.cpp
|
oldgui/main.cpp
|
||||||
gui/ProcessWindow.cpp
|
oldgui/ProcessWindow.cpp
|
||||||
gui/ProcessWindow.h
|
oldgui/ProcessWindow.h
|
||||||
gui/ProfileManager.cpp
|
oldgui/ProfileManager.cpp
|
||||||
gui/ProfileManager.h
|
oldgui/ProfileManager.h
|
||||||
gui/resource.h
|
oldgui/resource.h
|
||||||
gui/utility.cpp
|
oldgui/utility.cpp
|
||||||
gui/utility.h
|
oldgui/utility.h
|
||||||
${CMAKE_BINARY_DIR}/gui/version.h
|
${CMAKE_BINARY_DIR}/oldgui/version.h
|
||||||
gui/version.h.in
|
oldgui/version.h.in
|
||||||
gui/window.cpp
|
oldgui/window.cpp
|
||||||
gui/window.h
|
oldgui/window.h
|
||||||
gui/TextBuffer.cpp
|
oldgui/TextBuffer.cpp
|
||||||
gui/TextBuffer.h
|
oldgui/TextBuffer.h
|
||||||
gui/profile/Profile.h
|
oldgui/profile/Profile.h
|
||||||
gui/profile/Profile.cpp
|
oldgui/profile/Profile.cpp
|
||||||
gui/profile/pugiconfig.h
|
oldgui/profile/pugiconfig.h
|
||||||
gui/profile/pugixml.cpp
|
oldgui/profile/pugixml.cpp
|
||||||
gui/profile/pugixml.h
|
oldgui/profile/pugixml.h
|
||||||
gui/profile/misc.h
|
oldgui/profile/misc.h
|
||||||
gui/profile/misc.cpp
|
oldgui/profile/misc.cpp
|
||||||
${resource_src}
|
${resource_src}
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -123,4 +123,4 @@ install(TARGETS ${PROJECT_NAME}
|
|||||||
CONFIGURATIONS Release
|
CONFIGURATIONS Release
|
||||||
)
|
)
|
||||||
|
|
||||||
configure_file(gui/version.h.in gui/version.h)
|
configure_file(oldgui/version.h.in oldgui/version.h)
|
||||||
|
Before Width: | Height: | Size: 766 B After Width: | Height: | Size: 766 B |
Loading…
x
Reference in New Issue
Block a user