mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-11 21:05:35 +00:00
8 lines
130 B
CMake
8 lines
130 B
CMake
PROJECT(projectM-complete)
|
|
cmake_minimum_required(VERSION 2.8.0)
|
|
|
|
include(src/cmake/CPack-projectM.cmake)
|
|
|
|
add_subdirectory(src)
|
|
|