mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-04 21:15:30 +00:00
9 lines
187 B
CMake
9 lines
187 B
CMake
if(NOT ENABLE_SYSTEM_GLM)
|
|
add_subdirectory(glm)
|
|
endif()
|
|
add_subdirectory(hlslparser)
|
|
if(NOT TARGET projectM::Eval)
|
|
add_subdirectory(projectm-eval)
|
|
endif()
|
|
add_subdirectory(SOIL2)
|