mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 07:03:25 +00:00
fixed cmake
This commit is contained in:
@@ -3,8 +3,7 @@ project(uml)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 26)
|
||||
option(BUILD_TESTS "Build test programs" ON)
|
||||
add_library(uml STATIC source/Vector3.cpp
|
||||
include/uml/prediction/engine.h)
|
||||
add_library(uml STATIC source/Vector3.cpp)
|
||||
|
||||
add_subdirectory(source)
|
||||
add_subdirectory(extlibs)
|
||||
|
||||
Reference in New Issue
Block a user