sync up with github
This commit is contained in:
parent
9fe3b9730d
commit
a69ee52b60
|
@ -22,5 +22,5 @@ TARGET_LINK_LIBRARIES(core
|
|||
sample)
|
||||
|
||||
execute_process(
|
||||
COMMAND ${CMAKE_SOURCE_DIR}/build.sh Core
|
||||
COMMAND ${CMAKE_SOURCE_DIR}/sync.sh Core
|
||||
)
|
||||
|
|
|
@ -90,7 +90,7 @@
|
|||
<SubSystem>Windows</SubSystem>
|
||||
</Link>
|
||||
<PostBuildEvent>
|
||||
<Command>call "$(SolutionDir)build.bat" "Core"</Command>
|
||||
<Command>call "$(SolutionDir)sync.bat" "Core"</Command>
|
||||
</PostBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
|
@ -106,7 +106,7 @@
|
|||
<SubSystem>Windows</SubSystem>
|
||||
</Link>
|
||||
<PostBuildEvent>
|
||||
<Command>call "$(SolutionDir)build.bat" "Core"</Command>
|
||||
<Command>call "$(SolutionDir)sync.bat" "Core"</Command>
|
||||
</PostBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
|
@ -126,7 +126,7 @@
|
|||
<OptimizeReferences>true</OptimizeReferences>
|
||||
</Link>
|
||||
<PostBuildEvent>
|
||||
<Command>call "$(SolutionDir)build.bat" "Core"</Command>
|
||||
<Command>call "$(SolutionDir)sync.bat" "Core"</Command>
|
||||
</PostBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
|
@ -146,7 +146,7 @@
|
|||
<OptimizeReferences>true</OptimizeReferences>
|
||||
</Link>
|
||||
<PostBuildEvent>
|
||||
<Command>call "$(SolutionDir)build.bat" "Core"</Command>
|
||||
<Command>call "$(SolutionDir)sync.bat" "Core"</Command>
|
||||
</PostBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
|
|
|
@ -14,5 +14,5 @@ ADD_LIBRARY(gui ${SRC})
|
|||
TARGET_LINK_LIBRARIES(gui core sample)
|
||||
|
||||
execute_process(
|
||||
COMMAND ${CMAKE_SOURCE_DIR}/build.sh Gui
|
||||
COMMAND ${CMAKE_SOURCE_DIR}/sync.sh Gui
|
||||
)
|
||||
|
|
|
@ -104,7 +104,7 @@
|
|||
<SubSystem>Windows</SubSystem>
|
||||
</Link>
|
||||
<PostBuildEvent>
|
||||
<Command>call "$(SolutionDir)build.bat" "Gui"</Command>
|
||||
<Command>call "$(SolutionDir)sync.bat" "Gui"</Command>
|
||||
</PostBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
|
@ -120,7 +120,7 @@
|
|||
<SubSystem>Windows</SubSystem>
|
||||
</Link>
|
||||
<PostBuildEvent>
|
||||
<Command>call "$(SolutionDir)build.bat" "Gui"</Command>
|
||||
<Command>call "$(SolutionDir)sync.bat" "Gui"</Command>
|
||||
</PostBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
|
@ -140,7 +140,7 @@
|
|||
<OptimizeReferences>true</OptimizeReferences>
|
||||
</Link>
|
||||
<PostBuildEvent>
|
||||
<Command>call "$(SolutionDir)build.bat" "Gui"</Command>
|
||||
<Command>call "$(SolutionDir)sync.bat" "Gui"</Command>
|
||||
</PostBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
|
@ -160,7 +160,7 @@
|
|||
<OptimizeReferences>true</OptimizeReferences>
|
||||
</Link>
|
||||
<PostBuildEvent>
|
||||
<Command>call "$(SolutionDir)build.bat" "Gui"</Command>
|
||||
<Command>call "$(SolutionDir)sync.bat" "Gui"</Command>
|
||||
</PostBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
|
|
Loading…
Reference in New Issue