summaryrefslogtreecommitdiffhomepage
path: root/sdk-paths-sthalik@GNU-windows.cmake
diff options
context:
space:
mode:
authoreyedav <88885346+eyedav@users.noreply.github.com>2023-03-15 17:13:08 +0100
committereyedav <88885346+eyedav@users.noreply.github.com>2023-03-15 17:13:08 +0100
commit0e98b6654e2ee782803c8818400a478e0346036d (patch)
treea925c652853cae88fccb7bc167f1733eaa96519d /sdk-paths-sthalik@GNU-windows.cmake
parentdc4147f0d681ea2b6c22570fe968936604d6c3ba (diff)
Get SDK_EYEWARE_BEAM from opentrack-depends (Windows builds only)
Diffstat (limited to 'sdk-paths-sthalik@GNU-windows.cmake')
-rw-r--r--sdk-paths-sthalik@GNU-windows.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/sdk-paths-sthalik@GNU-windows.cmake b/sdk-paths-sthalik@GNU-windows.cmake
index b9617719..fe496ae8 100644
--- a/sdk-paths-sthalik@GNU-windows.cmake
+++ b/sdk-paths-sthalik@GNU-windows.cmake
@@ -31,6 +31,8 @@ setq(SDK_VJOYSTICK "vjoystick")
setq(SDK_REALSENSE "RSSDK-R2")
+setq(SDK_EYEWARE_BEAM "eyeware-beam-sdk")
+
set(base-flags "-Wall -Wextra -Wpedantic")
set(CMAKE_C_FLAGS "-std=c11 ${base-flags} -ggdb ${CMAKE_C_FLAGS}")
set(CMAKE_CXX_FLAGS "-std=c++17 ${base-flags} -ggdb ${CMAKE_CXX_FLAGS}")