Pig: Promoted Pig to common.git

This commit is contained in:
Paul Beckingham 2016-01-19 01:10:41 -05:00
parent ab17cbb012
commit 5690fb784a
6 changed files with 1 additions and 820 deletions

View file

@ -10,7 +10,7 @@ include_directories (${CMAKE_SOURCE_DIR}
include_directories (${CMAKE_INSTALL_PREFIX}/include)
link_directories(${CMAKE_INSTALL_PREFIX}/lib)
set (test_SRCS grammar.t lexer.t lr0.t pig.t rules.t)
set (test_SRCS grammar.t lexer.t lr0.t rules.t)
add_custom_target (test ./run_all --verbose
DEPENDS ${test_SRCS}