14 lines
233 B
CMake
14 lines
233 B
CMake
#################
|
|
# sub dictionary
|
|
#################
|
|
add_subdirectory(core)
|
|
add_subdirectory(utils)
|
|
add_subdirectory(console)
|
|
|
|
|
|
#################
|
|
# install
|
|
#################
|
|
install(FILES ${DV_AUTO_CONFIG_FILE}
|
|
DESTINATION include)
|