mirror of
https://github.com/HIllya51/LunaHook.git
synced 2024-11-23 22:05:36 +08:00
6 lines
372 B
CMake
6 lines
372 B
CMake
add_executable(LunaHost WIN32 controls.cpp main.cpp processlistwindow.cpp LunaHost.cpp window.cpp luna.rc pluginmanager.cpp Plugin/pluginexample.cpp)
|
|
target_precompile_headers(LunaHost REUSE_FROM pch)
|
|
set_target_properties(LunaHost PROPERTIES OUTPUT_NAME "LunaHost${bitappendix}")
|
|
|
|
target_link_libraries(LunaHost pch host ${YY_Thunks_for_WinXP})
|
|
add_subdirectory(Plugin) |