Skip to content

Commit

Permalink
Merged in parser_pr (pull request #57)
Browse files Browse the repository at this point in the history
Parser_pr
  • Loading branch information
Helder Correia committed Apr 13, 2016
2 parents e57f494 + e76c02c commit bd77b85
Show file tree
Hide file tree
Showing 4 changed files with 224 additions and 128 deletions.
2 changes: 2 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ add_executable(testser ${testser_SOURCES})
target_link_libraries(testser ${QT_LIBRARIES})
add_test(testser testser)

set_property(TARGET ${PROGNAME} APPEND PROPERTY COMPILE_DEFINITIONS $<$<CONFIG:Debug>:EVALUATOR_DEBUG>)

include_directories(${CMAKE_BINARY_DIR} thirdparty core gui math)

################################# INSTALL ######################################
Expand Down
Loading

0 comments on commit bd77b85

Please sign in to comment.