Initial WIN32 Impl
This commit is contained in:
@@ -48,7 +48,7 @@ if(APPLE)
|
||||
set_target_properties(germanairlinesva_xplugin PROPERTIES
|
||||
LIBRARY_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/X-Plane/${PLUGIN_NAME}
|
||||
INSTALL_RPATH "@loader_path"
|
||||
OUTPUT_NAME mac
|
||||
OUTPUT_NAME "mac"
|
||||
)
|
||||
|
||||
target_compile_definitions(germanairlinesva_xplugin PUBLIC
|
||||
@@ -72,7 +72,7 @@ elseif(UNIX)
|
||||
set_target_properties(germanairlinesva_xplugin PROPERTIES
|
||||
LIBRARY_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/X-Plane/${PLUGIN_NAME}/${BIT}
|
||||
INSTALL_RPATH "\$ORIGIN"
|
||||
OUTPUT_NAME lin
|
||||
OUTPUT_NAME "lin"
|
||||
)
|
||||
|
||||
target_compile_definitions(germanairlinesva_xplugin PUBLIC
|
||||
@@ -87,7 +87,7 @@ elseif(WIN32)
|
||||
|
||||
set_target_properties(germanairlinesva_xplugin PROPERTIES
|
||||
RUNTIME_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/X-Plane/${PLUGIN_NAME}/${BIT}
|
||||
OUTPUT_NAME win
|
||||
OUTPUT_NAME "win"
|
||||
)
|
||||
|
||||
target_compile_definitions(germanairlinesva_xplugin PUBLIC
|
||||
|
||||
Reference in New Issue
Block a user