LunaHook-mirror/LunaHost/GUI/CMakeLists.txt
恍兮惚兮 6f3bc497ab refactor gui
1

1

1

1

1
2024-03-28 15:28:23 +08:00

5 lines
405 B
CMake

add_executable(LunaHost confighelper.cpp controls.cpp main.cpp processlistwindow.cpp LunaHost.cpp window.cpp luna.rc pluginmanager.cpp Plugin/pluginexample.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)