Added transformables
This commit is contained in:
parent
98425f45c8
commit
f86fcad89f
5 changed files with 544 additions and 3 deletions
|
@ -2,6 +2,8 @@ cmake_minimum_required(VERSION 3.10)
|
|||
|
||||
project(OpenGLUtility)
|
||||
|
||||
# set(CMAKE_CXX_STANDARD 17)
|
||||
|
||||
set(build_examples ON CACHE BOOL "Build examples")
|
||||
set(build_documentation ON CACHE BOOL "Generate documentation")
|
||||
|
||||
|
@ -26,7 +28,7 @@ add_library(openglu SHARED
|
|||
${include_files}
|
||||
${source_files}
|
||||
"cpp.hint"
|
||||
)
|
||||
"src/transformable.cpp")
|
||||
|
||||
target_compile_definitions(openglu PRIVATE OGLU_BUILD_DLL)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue