mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 02:11:39 +08:00
[vlpp] Fix Linux build
This commit is contained in:
parent
1c49195f78
commit
ee469d525d
@ -7,7 +7,10 @@ set(SRCS
|
||||
Import/Vlpp.cpp
|
||||
Import/VlppWorkflow.cpp
|
||||
Import/VlppWorkflowCompiler.cpp)
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /bigobj")
|
||||
|
||||
if(CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /bigobj")
|
||||
endif()
|
||||
|
||||
# Create and configure the target
|
||||
add_library(Vlpp ${SRCS})
|
||||
|
@ -1,3 +1,3 @@
|
||||
Source: vlpp
|
||||
Version: 0.9.3.1
|
||||
Version: 0.9.3.1-1
|
||||
Description: Common C++ construction, including string operation / generic container / linq / General-LR parser generator / multithreading / reflection for C++ / etc
|
||||
|
Loading…
Reference in New Issue
Block a user