···50505151if(BUILD_DRIVER_NS)
5252 set(NS_SOURCE_FILES
5353+ north_star/distortion/utility_northstar.h
5454+ north_star/distortion/deformation_northstar.h
5555+ north_star/distortion/deformation_northstar.cpp
5656+ north_star/ns_hmd.h
5357 north_star/ns_hmd.c
5458 north_star/ns_interface.h
5559 north_star/ns_prober.c
···57615862 # Use OBJECT to not create a archive, since it just gets in the way.
5963 add_library(drv_ns OBJECT ${NS_SOURCE_FILES})
6464+ target_include_directories(drv_ns SYSTEM PRIVATE ../../external)
6065 list(APPEND ENABLED_HEADSET_DRIVERS ns)
6166endif()
6267