mirror of
https://github.com/HIllya51/LunaHook.git
synced 2024-11-24 22:35:36 +08:00
4 lines
233 B
CMake
4 lines
233 B
CMake
|
|
add_library(ToClipboard MODULE pluginexample.cpp)
|
|
target_precompile_headers(ToClipboard REUSE_FROM pch)
|
|
set_target_properties(ToClipboard PROPERTIES LIBRARY_OUTPUT_DIRECTORY "${CMAKE_LIBRARY_OUTPUT_DIRECTORY}/plugin${bitappendix}") |