mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-13 02:39:37 +00:00
3 lines
122 B
CMake
3 lines
122 B
CMake
FILE(GLOB HEADERS *.h)
|
|
ADD_SUBDIRECTORY(driver)
|
|
INSTALL(FILES ${HEADERS} DESTINATION include/nel/sound COMPONENT headers)
|