Skip to content

Commit

Permalink
CMake fixes for caclqt example
Browse files Browse the repository at this point in the history
  • Loading branch information
konserw committed Aug 24, 2017
1 parent 50ee15f commit e843aae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/CalcQt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ if(QT_LIBRARIES)
if(Qt5TEST_FOUND)
add_executable(QtTestCalculatorQtSteps features/step_definitions/QtTestCalculatorQtSteps)
set_target_properties(QtTestCalculatorQtSteps PROPERTIES AUTOMOC ON)
target_include_directories(QtTestCalculatorQtSteps PUBLIC src)
target_link_libraries(QtTestCalculatorQtSteps libcalcqt ${QT_LIBRARIES} ${CUKE_LIBRARIES})
target_include_directories(QtTestCalculatorQtSteps PRIVATE src)
target_link_libraries(QtTestCalculatorQtSteps PRIVATE libcalcqt ${QT_LIBRARIES} ${CUKE_LIBRARIES})
endif()

if(Boost_UNIT_TEST_FRAMEWORK_FOUND)
Expand Down

0 comments on commit e843aae

Please sign in to comment.