-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Labels
bugcmakeBugs and feature requests related to Draco's CMake buildBugs and feature requests related to Draco's CMake buildlow priority
Description
Hi folks, when using the draco library as a subproject, or with CMake's FetchContent machinery, the draco includes are broken. This stems from the definition of the draco_add_library macro. It is not able to find the headers and generated file(draco/draco_features.h header).
I have done the work around like below:-
target_include_directories(draco_static
PUBLIC
)
But this way we are exposing the entire draco source code to consumer. Does anyone know better solution for this?
Metadata
Metadata
Assignees
Labels
bugcmakeBugs and feature requests related to Draco's CMake buildBugs and feature requests related to Draco's CMake buildlow priority