Skip to content

Commit

Permalink
fix: ensure config.h is genertaed before dxfplot importer is compiled.
Browse files Browse the repository at this point in the history
Solve issue #7
  • Loading branch information
panzergame committed Nov 27, 2023
1 parent 4b59903 commit 3ed5751
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/importer/dxfplot/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ set(SRC
)

add_library(importer-dxfplot ${SRC})
add_dependencies(importer-dxfplot generate-config)

0 comments on commit 3ed5751

Please sign in to comment.