Fix linux64 config and cmake up

This commit is contained in:
Drake Arconis
2016-01-20 07:22:34 -05:00
parent 01bf430b1a
commit 35c409f744
3 changed files with 6 additions and 0 deletions

View File

@@ -2867,6 +2867,7 @@
<array>
<string>-G</string>
<string>'Unix Makefiles'</string>
<string>-DWORD_SIZE:STRING=64</string>
</array>
</map>
<key>default</key>
@@ -2891,6 +2892,7 @@
<array>
<string>-G</string>
<string>'Unix Makefiles'</string>
<string>-DWORD_SIZE:STRING=64</string>
</array>
</map>
<key>name</key>

View File

@@ -12,6 +12,7 @@ endif (DARWIN)
set(LLCOMMON_INCLUDE_DIRS
${LIBS_OPEN_DIR}/cwdebug
${LIBS_OPEN_DIR}/llcommon
${APRUTIL_INCLUDE_DIR}
${APR_INCLUDE_DIR}

View File

@@ -2,6 +2,7 @@
project(llcommon)
include(Cwdebug)
include(00-Common)
include(LLCommon)
include(APR)
@@ -250,6 +251,8 @@ set(llcommon_HEADER_FILES
set_source_files_properties(${llcommon_HEADER_FILES}
PROPERTIES HEADER_FILE_ONLY TRUE)
list(APPEND llcommon_SOURCE_FILES ${cwdebug_SOURCE_FILES})
list(APPEND llcommon_SOURCE_FILES ${llcommon_HEADER_FILES})
if(NOT WORD_SIZE EQUAL 32)