mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2025-01-17 12:05:31 +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)
|