69cc788e8e
+ Added renderer for 3D model preview (Mario) + Added 3d_cache including name resolver and modifications to 3D model dialogs (Cirilo)
8 lines
148 B
CMake
8 lines
148 B
CMake
include_directories(
|
|
${GLM_INCLUDE_DIR}
|
|
${CMAKE_SOURCE_DIR}/include
|
|
${CMAKE_SOURCE_DIR}/3d-viewer
|
|
)
|
|
|
|
add_subdirectory( 3d )
|