mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-08-31 22:21:13 +02:00
giv it up, no DLL with windoof
This commit is contained in:
parent
b727eadfc7
commit
d7a5e850a0
2 changed files with 5 additions and 4 deletions
3
.github/workflows/windows.yml
vendored
3
.github/workflows/windows.yml
vendored
|
@ -1,3 +1,4 @@
|
||||||
|
---
|
||||||
name: Windows
|
name: Windows
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
@ -25,7 +26,7 @@ jobs:
|
||||||
key: ${{ github.workflow }}-cpm-modules-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }}
|
key: ${{ github.workflow }}-cpm-modules-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }}
|
||||||
|
|
||||||
- name: configure
|
- name: configure
|
||||||
run: cmake -Stest -Bbuild -G "Visual Studio 16 2019" -T ClangCL
|
run: cmake -Stest -Bbuild # XXX -G "Visual Studio 16 2019" -T ClangCL
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
run: cmake --build build --config Debug -j4
|
run: cmake --build build --config Debug -j4
|
||||||
|
|
|
@ -20,9 +20,9 @@ endif()
|
||||||
|
|
||||||
# ---- Project settings ----
|
# ---- Project settings ----
|
||||||
|
|
||||||
# XXX if(NOT MSVC)
|
if(NOT MSVC)
|
||||||
option(BUILD_SHARED_LIBS "Create shared libraries if ON" YES)
|
option(BUILD_SHARED_LIBS "Create shared libraries if ON" YES)
|
||||||
# XXX endif()
|
endif()
|
||||||
|
|
||||||
if(NOT DEFINED CMAKE_CXX_STANDARD)
|
if(NOT DEFINED CMAKE_CXX_STANDARD)
|
||||||
set(CMAKE_CXX_STANDARD 17)
|
set(CMAKE_CXX_STANDARD 17)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue