oops deleted one too many things

Man managing all this build stuff is way too much effort. When will Peter Bindels save us all...
This commit is contained in:
ThePhD 2018-12-20 00:46:53 -05:00
parent bbd5bd7fa1
commit 823de66e43
No known key found for this signature in database
GPG Key ID: 1509DB1C0F702BFA
3 changed files with 7 additions and 1 deletions

View File

@ -152,7 +152,7 @@ before_build:
- if DEFINED LLVM_VERSION (call %vcvars_script% && cd C:\projects\sol2) - if DEFINED LLVM_VERSION (call %vcvars_script% && cd C:\projects\sol2)
- md build-sol2 - md build-sol2
- cd build-sol2 - cd build-sol2
- cmake .. -G "%CMAKE_GENERATOR%" %build_type% %build_compiler% -DLUA_VERSION="%LUA_VERSION%" -DCI=ON -DBUILD_LUA=ON -DBUILD_LUA_AS_DLL=%lua_build_type% -DTESTS=ON -DEXAMPLES=ON -DSINGLE=ON -DTESTS_EXAMPLES=ON -DEXAMPLES_SINGLE=ON -DTESTS_SINGLE=ON - cmake .. -G "%CMAKE_GENERATOR%" %build_type% %build_compiler% -DSOL2_LUA_VERSION="%LUA_VERSION%" -DSOL2_CI=ON -DSOL2_BUILD_LUA=ON -DBUILD_LUA_AS_DLL=%lua_build_type% -DSOL2_TESTS=ON -DSOL2_EXAMPLES=ON -DSOL2_SINGLE_GENERATED=ON -DSOL2_TESTS_EXAMPLES=ON -DSOL2_EXAMPLES_SINGLE_GENERATED=ON -DSOL2_TESTS_SINGLE_GENERATED=ON
# We do not build the debug versions because the compiler # We do not build the debug versions because the compiler
# generates too much debug info for MinGW to handle # generates too much debug info for MinGW to handle

6
sol2.pc.in Normal file
View File

@ -0,0 +1,6 @@
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
Name: Sol2
Description: C++ <-> Lua Wrapper Library
Version: @sol2_VERSION@
Cflags: -I${includedir}

Binary file not shown.