]> git.donarmstrong.com Git - bamtools.git/blob - src/api/internal/utils/CMakeLists.txt
Related to last commit - fixed another instance of '_WIN32'
[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 se( InternalUtilsSources
11         ${InternalUtilsDir}/BamException_p.cpp
12
13         PARENT_SCOPE # <-- leave this last
14 )
15