Skip to content

Commit 0594086

Browse files
committed
remove gtk stuff from the lib interface since it should not be needed anymore
1 parent aa695e5 commit 0594086

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

gtk/CMakeLists.txt

+2-4
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,9 @@ add_library(pq2gtk SHARED ${SOURCE_FILES})
4646
add_dependencies(pq2gtk dummy-resource)
4747

4848
target_link_libraries(pq2gtk pq2gui pq2game pq2utils ${GTKMM_LIBRARIES})
49-
target_link_directories(pq2gtk
50-
PRIVATE ${GTKMM_LIBRARY_DIRS}
51-
INTERFACE pq2gtk ${GTKMM_LIBRARY_DIRS}
49+
target_link_directories(pq2gtk PRIVATE ${GTKMM_LIBRARY_DIRS}
5250
)
5351
target_include_directories(pq2gtk
5452
PRIVATE pq2gui pq2game pq2utils ${GTKMM_INCLUDE_DIRS}
55-
INTERFACE ${CMAKE_CURRENT_SOURCE_DIR} ${GTKMM_INCLUDE_DIRS}
53+
INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}
5654
)

0 commit comments

Comments
 (0)