diff options
author | jk7744.park <jk7744.park@samsung.com> | 2015-09-08 22:36:05 +0900 |
---|---|---|
committer | jk7744.park <jk7744.park@samsung.com> | 2015-09-08 22:36:05 +0900 |
commit | 359f9ea27a0eb32390ef84fee3047cb873328db7 (patch) | |
tree | b6c7b72a060a04d29f40e250a3314f7c9060c3b7 /common/CMakeLists.txt | |
parent | 17521b8522b4648315cc4c47a61b7be1f49ed487 (diff) | |
download | privacy-manager-tizen_2.3.1.tar.gz privacy-manager-tizen_2.3.1.tar.bz2 privacy-manager-tizen_2.3.1.zip |
tizen 2.3.1 releasetizen_2.3.1_releasesubmit/tizen_2.3.1/20150915.081913tizen_2.3.1
Diffstat (limited to 'common/CMakeLists.txt')
-rw-r--r-- | common/CMakeLists.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt new file mode 100644 index 0000000..e9137e4 --- /dev/null +++ b/common/CMakeLists.txt @@ -0,0 +1,14 @@ +CMAKE_MINIMUM_REQUIRED(VERSION 2.6) + +SET(common_src_dir "${CMAKE_SOURCE_DIR}/common/src/") +SET(common_include_dir "${CMAKE_SOURCE_DIR}/common/inc/") + +SET(PRIVACY_MANAGER_COMMON_SOURCES + ${common_src_dir}/SocketConnection.cpp + ${common_src_dir}/SocketStream.cpp + ) + +SET(PRIVACY_MANAGER_COMMON_HEADERS + ${common_include_dir}/SocketConnection.h + ${common_include_dir}/SocketConnection.h +)
\ No newline at end of file |