File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151 - name : Build executables
5252 run : |
5353 cd ${{github.workspace}}\build
54- cmake --build ${{github.workspace}}\build --config ${{env.BUILD_TYPE}}
54+ cmake --build ${{github.workspace}}\build --target SWEngine-unpacker_${{env.VERSION_NAME}} -- config ${{env.BUILD_TYPE}}
5555
5656 - name : Archive Library
5757 uses : actions/upload-artifact@v3
7373 - name : Build executables
7474 run : |
7575 cd ${{github.workspace}}\build
76- cmake --build ${{github.workspace}}\build --config ${{env.BUILD_TYPE}}
76+ cmake --build ${{github.workspace}}\build --target SWEngine-unpacker_${{env.VERSION_NAME}} -- config ${{env.BUILD_TYPE}}
7777
7878 - name : Archive library
7979 uses : actions/upload-artifact@v3
Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ list(LENGTH STATIC_LIB_NAME list_len)
4747math (EXPR LIST_LEN "${list_len} - 1" )
4848
4949if (${LIST_LEN} GREATER_EQUAL 0)
50-
5150 foreach (ctr RANGE ${LIST_LEN} )
5251 list (GET STATIC_LIB_NAME ${ctr} lib)
5352 list (GET STATIC_LIB ${ctr} filelib)
Original file line number Diff line number Diff line change @@ -59,16 +59,6 @@ if(MSVC)
5959endif ()
6060## <=====================================>
6161
62- ## IMPORTED STATIC LIBRARY NAME
63- set ( STATIC_LIB_NAME
64- zstd_static
65- )
66-
67- ## IMPORTED STATIC LIBRARY .lib file
68- set ( STATIC_LIB
69- ${CMAKE_SOURCE_DIR} /libraries/zstd_static.lib
70- )
71-
7262## STATIC LIBRARY LINKING
7363## <=====================================>
7464if (${STATIC_LIB_NAME} )
You can’t perform that action at this time.
0 commit comments