Moved files.

This commit is contained in:
yhirose 2015-08-05 10:28:07 -04:00
parent 4238617393
commit 2b2a4f3816
10 changed files with 5 additions and 5 deletions

View File

@ -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)

View File

@ -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

View File

@ -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>