Skip to content

Commit

Permalink
fixing cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
lexxmark committed Sep 13, 2019
1 parent f9f4b4e commit 31bbf0a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 99 deletions.
5 changes: 5 additions & 0 deletions bison/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ file(GLOB SOURCE_FILES
"src/*.c"
"src/*.h"
)
# exclude some source files
list(REMOVE_ITEM SOURCE_FILES "${CMAKE_CURRENT_SOURCE_DIR}/src/scan-code.c")
list(REMOVE_ITEM SOURCE_FILES "${CMAKE_CURRENT_SOURCE_DIR}/src/scan-gram.c")
list(REMOVE_ITEM SOURCE_FILES "${CMAKE_CURRENT_SOURCE_DIR}/src/scan-skel.c")


# Add executable to build.
add_executable(${PROJECT_NAME}
Expand Down
71 changes: 0 additions & 71 deletions common/misc/bitsetv-print.c

This file was deleted.

28 changes: 0 additions & 28 deletions common/misc/bitsetv-print.h

This file was deleted.

0 comments on commit 31bbf0a

Please sign in to comment.