diff options
author | Kovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com> | 2009-10-09 16:54:30 +0000 |
---|---|---|
committer | Kovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com> | 2009-10-09 16:54:30 +0000 |
commit | 74679ab0c8e719140b45ee4da0408770d5c94b2b (patch) | |
tree | e59c5f3b61f53bec639d95af6804991d3f17b37b /CMakeLists.txt | |
parent | 8b8399b7114d9c0202028ec67c4979ad490501b2 (diff) | |
download | wireshark-74679ab0c8e719140b45ee4da0408770d5c94b2b.tar.gz wireshark-74679ab0c8e719140b45ee4da0408770d5c94b2b.tar.bz2 wireshark-74679ab0c8e719140b45ee4da0408770d5c94b2b.zip |
Introduce UseMakeTapReg.cmake
svn path=/trunk/; revision=30436
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 87e7de5031..67337786bb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,6 +29,7 @@ cmake_minimum_required(VERSION 2.6) set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules) INCLUDE(UseLemon) INCLUDE(UseMakeDissectorReg) +INCLUDE(UseMakeTapReg) # Under linux the release mode (CMAKE_BUILD_TYPE=release) defines NDEBUG |