why the hell do you fail
why does Objective-C++ even exist? couldn't Apple just use C++?!
This commit is contained in:
parent
cad63d8351
commit
4fa544db3e
|
@ -8,6 +8,7 @@ project(furnace)
|
|||
|
||||
if (APPLE)
|
||||
enable_language(OBJC)
|
||||
enable_language(OBJCXX)
|
||||
endif()
|
||||
|
||||
set(CMAKE_CXX_STANDARD 14)
|
||||
|
|
Loading…
Reference in a new issue