- Timestamp:
- 04/16/11 12:07:47 (2 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2
- Children:
- 3bdaf18
- Parents:
- b7d17f8
- Location:
- libs
- Files:
-
- 1 added
- 4 edited
-
cryptopp/CMakeLists.txt (modified) (1 diff)
-
lua/CMakeLists.txt (modified) (1 diff)
-
plugin_api/CMakeLists.txt (added)
-
protobuf/CMakeLists.txt (modified) (2 diffs)
-
protobuf/log.proto.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libs/cryptopp/CMakeLists.txt
r1ecd26f rd66ccee 1 cmake_minimum_required(VERSION 2.6) 2 1 3 IF (HAVE_CRYPTOPP) 2 4 message(STATUS "Found CACHED Crypto++ in ${CRYPTOPP_SOURCE_DIR}") -
libs/lua/CMakeLists.txt
rc391984 rd66ccee 1 cmake_minimum_required(VERSION 2.6) 2 1 3 IF (HAVE_LUA) 2 4 message(STATUS "Found CACHED lua in ${LUA_SOURCE_DIR}") -
libs/protobuf/CMakeLists.txt
rc391984 rd66ccee 1 CMAKE_MINIMUM_REQUIRED(VERSION 2.6)1 cmake_minimum_required(VERSION 2.6) 2 2 3 3 WRAP_PROTO(PROTO_PLUGIN_SRC plugin.proto) … … 5 5 6 6 SET(TARGET protobuf) 7 8 #PROJECT(${TARGET})9 7 10 8 SET(SRCS -
libs/protobuf/log.proto.h
r197b263 rd66ccee 1 1 #pragma once 2 2 3 #include "D:/source/nscp/build/ libs/protobuf/log.pb.h"3 #include "D:/source/nscp/build/x64/libs/protobuf/log.pb.h" 4 4
Note: See TracChangeset
for help on using the changeset viewer.








