diff options
| author | Shauren <shauren.trinity@gmail.com> | 2016-04-05 17:55:32 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2016-04-05 22:43:41 +0200 |
| commit | 4a3a178d7fe9d2d7e8fde2fe915cf5cec5223502 (patch) | |
| tree | 4d75c3393ff1707ec5a2793590f2496be8373a22 /src/common | |
| parent | 792299bbd544a44911e463383be567d7738412a5 (diff) | |
Buildsystem: Initial changes to support building with vs clang toolset
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 4250df6d1f1..436620e2900 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -33,8 +33,8 @@ GroupSources(${CMAKE_CURRENT_SOURCE_DIR}) add_definitions(-DTRINITY_API_EXPORT_COMMON) add_library(common - ${PRIVATE_SOURCES} ${PRIVATE_PCH_SOURCE} + ${PRIVATE_SOURCES} ) # Do NOT add any extra include directory here, as we don't want the common |
