Moved files.

pull/3/head
yhirose 9 years ago
parent 4238617393
commit 2b2a4f3816
  1. 4
      CMakeLists.txt
  2. 2
      lint/cmdline/Makefile
  3. 0
      lint/cmdline/peglint.cc
  4. 0
      lint/cmdline/peglint.sln
  5. 4
      lint/cmdline/peglint.vcxproj
  6. 0
      lint/online/httplib.h
  7. 0
      lint/online/main.cc
  8. 0
      lint/online/playground.sln
  9. 0
      lint/online/playground.vcxproj
  10. 0
      lint/online/www/index.html

@ -2,10 +2,10 @@ cmake_minimum_required(VERSION 3.0)
include_directories(.)
add_definitions("-std=c++1y")
add_executable(peglint lint/peglint.cc)
add_executable(peglint lint/cmdline/peglint.cc)
target_link_libraries(peglint pthread)
add_executable(playground lint/playground/main.cc)
add_executable(playground lint/online/main.cc)
target_link_libraries(playground pthread)
add_executable(test-main test/test.cc)

@ -12,4 +12,4 @@ endif
all: peglint
peglint : peglint.cc ../peglib.h
$(CC) -o peglint $(CFLAGS) -I.. peglint.cc
$(CC) -o peglint $(CFLAGS) -I../.. peglint.cc

@ -11,7 +11,7 @@
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\peglib.h" />
<ClInclude Include="..\..\peglib.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="peglint.cc" />
@ -88,4 +88,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>
Loading…
Cancel
Save