|
1 | 1 | cmake_minimum_required(VERSION 3.5)
|
2 | 2 |
|
3 |
| -option(LSLAPPS_Benchmarks "Build benchmark apps" OFF) |
4 |
| -option(LSLAPPS_BestPracticesGUI "Build GUI example app" OFF) |
5 |
| -option(LSLAPPS_EGIAmpServer "Build the EGI (Geodesic) app" OFF) |
6 |
| -option(LSLAPPS_Examples "Build example apps" OFF) |
7 |
| -option(LSLAPPS_eegoSports "Build eegoSports app" OFF) |
8 |
| -option(LSLAPPS_LabRecorder "Build the recorder app" OFF) |
9 |
| -option(LSLAPPS_XDFBrowser "Build the XDFBrowser app" OFF) |
10 |
| -option(LSLAPPS_Wiimote "Build the Wiimote app" OFF) |
11 |
| -option(LSLAPPS_OpenVR "Build the OpenVR app" OFF) |
| 3 | +option(LSLAPPS_Benchmarks "Build benchmark apps" OFF) |
| 4 | +option(LSLAPPS_AppTemplate_cpp_qt "Build GUI example app" OFF) |
| 5 | +option(LSLAPPS_EGIAmpServer "Build the EGI (Geodesic) app" OFF) |
| 6 | +option(LSLAPPS_eegoSports "Build eegoSports app" OFF) |
| 7 | +option(LSLAPPS_LabRecorder "Build the recorder app" OFF) |
| 8 | +option(LSLAPPS_XDFBrowser "Build the XDFBrowser app" OFF) |
| 9 | +option(LSLAPPS_Wiimote "Build the Wiimote app" OFF) |
| 10 | +option(LSLAPPS_OpenVR "Build the OpenVR app" OFF) |
12 | 11 |
|
13 | 12 | # Windows-only apps
|
14 | 13 | if(WIN32)
|
15 | 14 | option(LSLAPPS_BrainVisionRDA "Build the BrainVisionRDAapp" OFF)
|
16 | 15 | option(LSLAPPS_BrainAmpSeries "Build the BrainAmpSeries app" OFF)
|
17 | 16 | option(LSLAPPS_Input "Build input (keyboard/mouse) apps" OFF)
|
18 |
| - option(LSLAPPS_LiveAmp "Build the LiveAmp app" OFF) |
| 17 | + option(LSLAPPS_LiveAmp "Build the LiveAmp app" OFF) |
19 | 18 | option(LSLAPPS_emotiv "Build the Emotiv app" OFF)
|
20 |
| - option(LSLAPPS_gNEEDaccess "Build the g.Tec NEEDaccess app" OFF) |
| 19 | + option(LSLAPPS_gNEEDaccess "Build the g.Tec NEEDaccess app" OFF) |
21 | 20 | endif()
|
22 | 21 | set(ManualAddApps "BrainVisionRDA" "LiveAmp" "gNEEDaccess")
|
23 | 22 |
|
|
0 commit comments