LunaHook-mirror/LunaHost/GUI/CMakeLists.txt
恍兮惚兮 0412a71fdf fix
2024-04-26 19:06:02 +08:00

8 lines
522 B
CMake

if(NOT DEFINED PLUGIN)
add_executable(LunaHost WIN32 confighelper.cpp controls.cpp main.cpp processlistwindow.cpp LunaHost.cpp window.cpp luna.rc pluginmanager.cpp Plugin/extensionimpl.cpp Plugin/copyclipboard.cpp QtLoader_inline.cpp app.manifest ${versioninfohost})
target_precompile_headers(LunaHost REUSE_FROM pch)
set_target_properties(LunaHost PROPERTIES OUTPUT_NAME "LunaHost${bitappendix}")
target_link_libraries(LunaHost comctl32 winhttp version pch host ${YY_Thunks_for_WinXP})
endif()
add_subdirectory(Plugin)