diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-04-02 19:00:10 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-04-02 19:00:10 +0200 |
commit | 5d7a742d3beb217fa489d1f92c9049eab6a82a51 (patch) | |
tree | 02620a4ed6f63cf3ad2ae6835bfd57f2fd0bbdd7 /CMakeLists.txt | |
parent | 2719be277dd4a1288c8b99b1ed2cfc94de333763 (diff) |
Some cruft
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 77a21d78..3c2d0037 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -248,6 +248,10 @@ if(NOT SDK_FACEAPI_ONLY) # x-plane plugin file(GLOB ftnoir-xplane-plugin-c "x-plane-plugin/*.c") + +# freetrack + + file(GLOB ftnoir-freetrack-c "freetrackclient/*.c") if(SDK_XPLANE) # probably librt already included @@ -350,6 +354,7 @@ endif() add_library(ftnoir-proto-win32-mouse SHARED ${ftnoir-proto-win32-mouse-c} ${ftnoir-proto-win32-mouse-moc} ${ftnoir-proto-win32-mouse-uih} ${ftnoir-proto-win32-mouse-rcc}) target_link_libraries(ftnoir-proto-win32-mouse ${MY_QT_LIBS}) + add_library(freetrackclient SHARED ${ftnoir-freetrack-c}) endif() add_library(ftnoir-proto-udp SHARED ${ftnoir-proto-udp-c} ${ftnoir-proto-udp-moc} ${ftnoir-proto-udp-uih} ${ftnoir-proto-udp-rcc}) @@ -455,6 +460,7 @@ if(NOT SDK_FACEAPI_ONLY) endif() if(WIN32) install(DIRECTORY "${CMAKE_SOURCE_DIR}/bin/tracker-ht" DESTINATION .) + install(TARGETS freetrackclient DESTINATION .) endif() install(FILES "${CMAKE_SOURCE_DIR}/bin/npclient.dll" "${CMAKE_SOURCE_DIR}/bin/npclient64.dll" DESTINATION .) |