~verifydtapn-contributers/verifydtapn/cmake

« back to all changes in this revision

Viewing changes to src/Core/QueryParser/CMakeLists.txt

  • Committer: Peter G. Jensen
  • Date: 2020-07-08 09:16:12 UTC
  • Revision ID: root@petergjoel.dk-20200708091612-8a77y8pzzhlft7on
moving to new version 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
find_package(FLEX 2.5.35 REQUIRED)
3
 
find_package(BISON 2.3.0 REQUIRED)
 
2
find_package(FLEX 2.6.0 REQUIRED)
 
3
find_package(BISON 3.6.0 REQUIRED)
4
4
 
5
5
flex_target(lexer "${CMAKE_CURRENT_SOURCE_DIR}/flex.ll"
6
6
        "${CMAKE_CURRENT_SOURCE_DIR}/Lexer.cpp")