mirror of
https://github.com/yhirose/cpp-peglib.git
synced 2024-12-23 04:15:31 +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(.)
|
include_directories(.)
|
||||||
add_definitions("-std=c++1y")
|
add_definitions("-std=c++1y")
|
||||||
|
|
||||||
add_executable(peglint lint/peglint.cc)
|
add_executable(peglint lint/cmdline/peglint.cc)
|
||||||
target_link_libraries(peglint pthread)
|
target_link_libraries(peglint pthread)
|
||||||
|
|
||||||
add_executable(playground lint/playground/main.cc)
|
add_executable(playground lint/online/main.cc)
|
||||||
target_link_libraries(playground pthread)
|
target_link_libraries(playground pthread)
|
||||||
|
|
||||||
add_executable(test-main test/test.cc)
|
add_executable(test-main test/test.cc)
|
||||||
|
@ -12,4 +12,4 @@ endif
|
|||||||
all: peglint
|
all: peglint
|
||||||
|
|
||||||
peglint : peglint.cc ../peglib.h
|
peglint : peglint.cc ../peglib.h
|
||||||
$(CC) -o peglint $(CFLAGS) -I.. peglint.cc
|
$(CC) -o peglint $(CFLAGS) -I../.. peglint.cc
|
@ -11,7 +11,7 @@
|
|||||||
</ProjectConfiguration>
|
</ProjectConfiguration>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClInclude Include="..\peglib.h" />
|
<ClInclude Include="..\..\peglib.h" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="peglint.cc" />
|
<ClCompile Include="peglint.cc" />
|
Loading…
Reference in New Issue
Block a user