Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@
*/

/*
Danio Piparo - Since we import this parser from tan external source, we keep
track of the changes:
Danio Piparo - Since we import this parser from tan external source,
specifically https://sourceforge.net/projects/optionparser/ at version 1.3,
we keep track of the changes:

New Features 6-7-12:
o Added FullArg class from the examples in the header
Expand Down
1 change: 1 addition & 0 deletions core/dictgen/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ endif()
target_include_directories(Dictgen PRIVATE
${CMAKE_SOURCE_DIR}/core/dictgen/src
${CMAKE_SOURCE_DIR}/core/dictgen/res
${CMAKE_SOURCE_DIR}/builtins/optionparser
${CMAKE_SOURCE_DIR}/core/foundation/res
${CMAKE_SOURCE_DIR}/core/clingutils/res
${CMAKE_SOURCE_DIR}/core/base/inc
Expand Down
Loading