Merge remote-tracking branch 'boltz/msvc2015_cpp11' into jonitis-feature_vs2015_support

This commit is contained in:
Takatoshi Kondo
2015-08-14 21:29:31 +09:00
4 changed files with 19 additions and 11 deletions

View File

@@ -27,10 +27,6 @@ IF (MSGPACK_BOOST)
ENDIF ()
FOREACH (source_file ${exec_PROGRAMS})
INCLUDE_DIRECTORIES (
../include
${MSGPACK_BOOST_DIR}
)
GET_FILENAME_COMPONENT (source_file_we ${source_file} NAME_WE)
ADD_EXECUTABLE (
${source_file_we}
@@ -49,10 +45,6 @@ FOREACH (source_file ${exec_PROGRAMS})
ENDFOREACH ()
FOREACH (source_file ${with_pthread_PROGRAMS})
INCLUDE_DIRECTORIES (
../include
${MSGPACK_BOOST_DIR}
)
GET_FILENAME_COMPONENT (source_file_we ${source_file} NAME_WE)
ADD_EXECUTABLE (
${source_file_we}