Skip to content
Snippets Groups Projects
Commit b9a83d0d authored by Radosław Warzocha's avatar Radosław Warzocha
Browse files

Comment update

parent 5ecfa9da
Branches
No related merge requests found
......@@ -25,6 +25,7 @@ find_package(ANTLR REQUIRED)
include_directories(${ANTLR_INCLUDE_DIR})
# On UNIX this should be included only in final executables
# Unfortunatelly g++ is not doing so good with ANTLR being static lib
set(LIBS ${LIBS} ${ANTLR_LIBRARY})
SET(libwccl_STAT_SRC
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment