mirror of
https://github.com/yhirose/cpp-peglib.git
synced 2024-12-22 11:55:30 +00:00
Moved files.
This commit is contained in:
parent
4238617393
commit
2b2a4f3816
@ -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…
Reference in New Issue
Block a user