mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-10 00:04:23 -04:00
[cmake] liddxfrw linked to qgis_core
This commit is contained in:
parent
e305a98417
commit
3db2bc683d
9
external/libdxfrw/CMakeLists.txt
vendored
9
external/libdxfrw/CMakeLists.txt
vendored
@ -1,8 +1,3 @@
|
|||||||
include_directories(
|
|
||||||
|
|
||||||
${CMAKE_BINARY_DIR}/src/core
|
|
||||||
${CMAKE_BINARY_DIR}/src/core/geometry
|
|
||||||
)
|
|
||||||
|
|
||||||
include_directories(SYSTEM
|
include_directories(SYSTEM
|
||||||
${Qt5Core_INCLUDE_DIRS}
|
${Qt5Core_INCLUDE_DIRS}
|
||||||
@ -31,6 +26,10 @@ add_library(libdxfrw STATIC
|
|||||||
)
|
)
|
||||||
set_property(TARGET libdxfrw PROPERTY POSITION_INDEPENDENT_CODE ON)
|
set_property(TARGET libdxfrw PROPERTY POSITION_INDEPENDENT_CODE ON)
|
||||||
|
|
||||||
|
target_link_libraries(libdxfrw
|
||||||
|
qgis_core # QgsDebugMsg
|
||||||
|
)
|
||||||
|
|
||||||
if(FALSE)
|
if(FALSE)
|
||||||
if(DOXYGEN_FOUND)
|
if(DOXYGEN_FOUND)
|
||||||
add_custom_target(doxygen-dxfrw ALL
|
add_custom_target(doxygen-dxfrw ALL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user