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 )
|