]> git.donarmstrong.com Git - bamtools.git/blob - src/api/internal/utils/CMakeLists.txt
38a695709dc96b38cd11d1846ead82898afd29d5
[bamtools.git] / src / api / internal / utils / CMakeLists.txt
1 # ==========================
2 # BamTools CMakeLists.txt
3 # (c) 2011 Derek Barnett
4 #
5 # src/api/internal/utils
6 # ==========================
7
8 set ( InternalUtilsDir "${InternalDir}/utils" )
9
10 set ( InternalUtilsSources
11         ${InternalUtilsDir}/BamException_p.cpp
12
13         PARENT_SCOPE # <-- leave this last
14 )
15