blob: 8a2c50092828b39786295ced7f9f9382b07946f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#################################################
#
# (C) 2016 Golubev Alexander
# fatzer2 (AT) gmail.com
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
add_subdirectory( sox )
add_subdirectory( external )
tde_conditional_add_subdirectory( WITH_LAME lame )
tde_conditional_add_subdirectory( WITH_VORBIS ogg )
|