mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-12-15 06:08:42 +00:00
3 lines
125 B
CMake
3 lines
125 B
CMake
FILE(GLOB HEADERS *.h)
|
|
ADD_SUBDIRECTORY(driver)
|
|
INSTALL(FILES ${HEADERS} DESTINATION include/nel/sound COMPONENT headers)
|