diff options
author | Josh Blum <josh@joshknows.com> | 2012-04-26 18:36:33 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-04-26 18:36:33 -0700 |
commit | e57c30b4e1bb2c2d9c4599cf480d2d4cd06a66f4 (patch) | |
tree | 4d62a6f1adc707f6eb39d9b75bbb7d9dbd0427d8 /host/lib/transport | |
parent | 869e5ff110a56c597acff5e493e603eef2bde366 (diff) | |
download | uhd-e57c30b4e1bb2c2d9c4599cf480d2d4cd06a66f4.tar.gz uhd-e57c30b4e1bb2c2d9c4599cf480d2d4cd06a66f4.tar.bz2 uhd-e57c30b4e1bb2c2d9c4599cf480d2d4cd06a66f4.zip |
udp: also set HAVE_ATLBASE_H for udp_wsa_zero_copy
Diffstat (limited to 'host/lib/transport')
-rw-r--r-- | host/lib/transport/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/transport/CMakeLists.txt b/host/lib/transport/CMakeLists.txt index a95560770..6524a8412 100644 --- a/host/lib/transport/CMakeLists.txt +++ b/host/lib/transport/CMakeLists.txt @@ -101,6 +101,7 @@ CHECK_INCLUDE_FILE_CXX(atlbase.h HAVE_ATLBASE_H) IF(HAVE_ATLBASE_H) SET_SOURCE_FILES_PROPERTIES( ${CMAKE_CURRENT_SOURCE_DIR}/udp_zero_copy.cpp + ${CMAKE_CURRENT_SOURCE_DIR}/udp_wsa_zero_copy.cpp PROPERTIES COMPILE_DEFINITIONS "HAVE_ATLBASE_H" ) ENDIF(HAVE_ATLBASE_H) |