Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Fix CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
ROpdebee committed May 9, 2017
1 parent f7b504f commit f470b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Framework X/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ add_definitions(-fno-rtti)
include_directories(${LLVM_INCLUDE_DIR})
link_directories(${LLVM_LIBDIR} 3rd/json-schema-validator/build)

add_executable(framework-x main.cpp common/Lexer.cpp RHS/SourceReader.cpp common/X.cpp RHS/RHSTemplate.cpp LHS/LHSConfiguration.cpp LHS/LHSTemplateParser.cpp)
add_executable(framework-x main.cpp common/Lexer.cpp RHS/SourceReader.cpp common/X.cpp RHS/RHSTemplate.cpp LHS/LHSConfiguration.cpp LHS/LHSTemplateParser.cpp LHS/LHSTemplate.cpp)

include_directories(SYSTEM 3rd/json 3rd/json-schema-validator/src)

Expand Down

0 comments on commit f470b59

Please sign in to comment.