mirror of
https://github.com/HIllya51/LunaHook.git
synced 2024-11-27 07:44:02 +08:00
c94547bbc9
This reverts commit 975f049797
.
1
1
Revert "Update QtLoader_inline.cpp"
This reverts commit 372dd2dc3e2f23c810f13e51437904fac1422c04.
Update QtLoader_inline.cpp
Update QtLoader_inline.cpp
1
1
1
Update CMakeLists.txt
1
1
5 lines
430 B
CMake
5 lines
430 B
CMake
add_executable(LunaHost WIN32 confighelper.cpp controls.cpp main.cpp processlistwindow.cpp LunaHost.cpp window.cpp luna.rc pluginmanager.cpp Plugin/pluginexample.cpp QtLoader_inline.cpp app.manifest)
|
|
target_precompile_headers(LunaHost REUSE_FROM pch)
|
|
set_target_properties(LunaHost PROPERTIES OUTPUT_NAME "LunaHost${bitappendix}")
|
|
target_link_libraries(LunaHost comctl32 pch host ${YY_Thunks_for_WinXP})
|
|
add_subdirectory(Plugin) |