Skip to content

Commit d585453

Browse files
committed
Update Apps/CMakeLists.txt with template name.
1 parent 82ffd90 commit d585453

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

Apps/CMakeLists.txt

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,22 @@
11
cmake_minimum_required(VERSION 3.5)
22

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)
1211

1312
# Windows-only apps
1413
if(WIN32)
1514
option(LSLAPPS_BrainVisionRDA "Build the BrainVisionRDAapp" OFF)
1615
option(LSLAPPS_BrainAmpSeries "Build the BrainAmpSeries app" OFF)
1716
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)
1918
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)
2120
endif()
2221
set(ManualAddApps "BrainVisionRDA" "LiveAmp" "gNEEDaccess")
2322

0 commit comments

Comments
 (0)