Skip to content

Commit

Permalink
Fixed another GTK -> Cairo include path
Browse files Browse the repository at this point in the history
  • Loading branch information
azonenberg committed Dec 6, 2023
1 parent 987abae commit 100cf8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/examples/curvetrace/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Set up include paths
include_directories(SYSTEM ${GTKMM_INCLUDE_DIRS} ${SIGCXX_INCLUDE_DIRS})
link_directories(${GTKMM_LIBRARY_DIRS} ${SIGCXX_LIBRARY_DIRS})
include_directories(SYSTEM ${CAIROMM_INCLUDE_DIRS} ${SIGCXX_INCLUDE_DIRS})
link_directories(${CAIROMM_LIBRARY_DIRS} ${SIGCXX_LIBRARY_DIRS})

###############################################################################
#C++ compilation
Expand All @@ -13,7 +13,7 @@ add_executable(curvetrace
target_link_libraries(curvetrace
scopehal
scopeprotocols
${GTKMM_LIBRARIES}
${CAIROMM_LIBRARIES}
${SIGCXX_LIBRARIES}
)

0 comments on commit 100cf8a

Please sign in to comment.