mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
fix source list, break elseif chain because msvc is dumb
This commit is contained in:
@@ -184,6 +184,8 @@ set(SOURCES
|
||||
"launcher/keymapper.cpp"
|
||||
"launcher/textures_scanner.cpp"
|
||||
"launcher/scenery_scanner.cpp"
|
||||
|
||||
"vr/vr_interface.cpp"
|
||||
)
|
||||
|
||||
if (USE_IMGUI_GL3)
|
||||
@@ -205,7 +207,7 @@ endif()
|
||||
|
||||
if (WITH_OPENVR)
|
||||
add_definitions(-DWITH_OPENVR)
|
||||
set(SOURCES ${SOURCES} "vr/openvr_imp.cpp" "vr/vr_interface.cpp")
|
||||
set(SOURCES ${SOURCES} "vr/openvr_imp.cpp")
|
||||
endif()
|
||||
|
||||
if (WITH_OPENGL_MODERN)
|
||||
|
||||
Reference in New Issue
Block a user