mirror of
https://github.com/reactos/reactos.git
synced 2025-06-05 09:20:30 +00:00
5 lines
197 B
Text
5 lines
197 B
Text
![]() |
|
||
|
add_host_module(gcc_plugin_seh main.cpp)
|
||
|
target_include_directories(gcc_plugin_seh PRIVATE ${GCC_PLUGIN_DIR}/include)
|
||
|
set_target_properties(gcc_plugin_seh PROPERTIES POSITION_INDEPENDENT_CODE ON)
|