summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2013-10-30 21:59:37 +0100
committerStanislaw Halik <sthalik@misaki.pl>2013-10-30 21:59:37 +0100
commitfde903fda58eb715147150c8dbc2e16970ab1761 (patch)
treee15c77856c2f1267f13ad92241d226bb714f0f97
parent598ccf7316a44b5a31eb3c0c1850123985c1c5a6 (diff)
rename x-plane plugin
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 233e22c4..d1e42fc2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -325,7 +325,7 @@ if(SDK_XPLANE)
PROPERTIES LINK_FLAGS
"-Wl,--version-script=${CMAKE_SOURCE_DIR}/x-plane-plugin/version-script.txt -shared -rdynamic -nodefaultlibs -undefined_warning -fPIC"
COMPILE_FLAGS "-Wall -O2 -pipe -fPIC -DLIN -DXPLM210"
- LIBRARY_OUTPUT_NAME "facetracknoir.xpl"
+ LIBRARY_OUTPUT_NAME "opentrack.xpl"
PREFIX "" SUFFIX "")
endif()
if(UNIX)