mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 18:46:18 +00:00
t/ctl: Don't build on Windows
This commit is contained in:
parent
5f4f7530d4
commit
7669d2c545
|
@ -17,7 +17,7 @@ if(XRT_HAVE_SDL2)
|
|||
add_subdirectory(gui)
|
||||
endif()
|
||||
|
||||
if(XRT_FEATURE_SERVICE)
|
||||
if(XRT_FEATURE_SERVICE AND NOT WIN32)
|
||||
add_subdirectory(ctl)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in a new issue