mirror of
https://github.com/LCEMP/LCEMP.git
synced 2026-07-23 18:47:04 +00:00
Don't add the vendor directory
This commit is contained in:
parent
720bc9d170
commit
16fd73510f
|
|
@ -4,7 +4,6 @@ project("LCEMP")
|
||||||
set(LCEMP_WORKING_DIR "${CMAKE_CURRENT_SOURCE_DIR}/Assets" CACHE STRING "The working directory for MinecraftClient")
|
set(LCEMP_WORKING_DIR "${CMAKE_CURRENT_SOURCE_DIR}/Assets" CACHE STRING "The working directory for MinecraftClient")
|
||||||
|
|
||||||
set(CMAKE_CXX_STANDARD 11)
|
set(CMAKE_CXX_STANDARD 11)
|
||||||
add_subdirectory(Vendor)
|
|
||||||
|
|
||||||
if(NOT WIN32)
|
if(NOT WIN32)
|
||||||
message(FATAL_ERROR "Windows is currently the only supported OS")
|
message(FATAL_ERROR "Windows is currently the only supported OS")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue