6 lines
90 B
CMake
6 lines
90 B
CMake
|
include_directories (include)
|
||
|
|
||
|
add_library (spark
|
||
|
src/SPK_All
|
||
|
src/SPK_GL_All
|
||
|
)
|