Skip to content

Commit

Permalink
swap some include paths to make sure the lib picks up itself first, r…
Browse files Browse the repository at this point in the history
…ather than a installed copy
  • Loading branch information
svuorela committed Aug 28, 2011
1 parent cb03f8b commit cae5b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ find_package(QRencode REQUIRED)
find_package(Dmtx REQUIRED)


include_directories(${QT_INCLUDES} ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_SOURCE_DIR}/lib)
include_directories(${CMAKE_SOURCE_DIR}/lib ${QT_INCLUDES} ${CMAKE_CURRENT_BINARY_DIR} )


add_subdirectory(lib)
Expand Down

0 comments on commit cae5b3f

Please sign in to comment.