fix CMake project
This commit is contained in:
parent
c3a1b8bdc2
commit
ce0e8e2e6a
|
@ -503,7 +503,6 @@ set(SRC_CORE
|
|||
${CMAKE_CURRENT_SOURCE_DIR}/boards/vrc7p.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/boards/yoko.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/boards/inx007t.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/boards/RNBW/easywsclient.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/boards/RNBW/mongoose.c
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/boards/RNBW/pping.c
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/boards/rainbow_esp.cpp
|
||||
|
|
|
@ -1024,7 +1024,6 @@ xcopy /y /d "$(ProjectDir)\..\src\drivers\win\7z_64.dll" "$(OutDir)"</Command>
|
|||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\src\asm.h" />
|
||||
<ClInclude Include="..\src\boards\easywsclient.hpp" />
|
||||
<ClInclude Include="..\src\boards\RNBW\esp.h" />
|
||||
<ClInclude Include="..\src\boards\RNBW\mongoose.h" />
|
||||
<ClInclude Include="..\src\boards\RNBW\pping.h" />
|
||||
|
@ -1553,4 +1552,4 @@ xcopy /y /d "$(ProjectDir)\..\src\drivers\win\7z_64.dll" "$(OutDir)"</Command>
|
|||
</VisualStudio>
|
||||
</ProjectExtensions>
|
||||
<!-- ================ UNDUPOBJ ================ -->
|
||||
</Project>
|
||||
</Project>
|
||||
|
|
|
@ -1651,13 +1651,9 @@
|
|||
<ClInclude Include="..\src\drivers\win\header_editor.h">
|
||||
<Filter>drivers\win</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\src\boards\easywsclient.hpp" />
|
||||
<ClInclude Include="..\src\boards\RNBW\esp.h">
|
||||
<Filter>boards</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\src\boards\RNBW\easywsclient.hpp">
|
||||
<Filter>boards</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\src\boards\RNBW\mongoose.h">
|
||||
<Filter>boards</Filter>
|
||||
</ClInclude>
|
||||
|
@ -2007,4 +2003,4 @@
|
|||
<ItemGroup>
|
||||
<Image Include="..\src\drivers\win\res\bitmap21.bmp" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
|
Loading…
Reference in New Issue