mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 18:23:15 +02:00
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 )
|