Skip to content

Commit

Permalink
Fix #108 by adding pdal_defines to the clean target
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Jan 21, 2013
1 parent ef5800c commit 723ed92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,8 @@ set(PDAL_SOURCES
${PDAL_HPP}
${PDAL_CPP})

SET_DIRECTORY_PROPERTIES(PROPERTIES ADDITIONAL_MAKE_CLEAN_FILES "../pdal_defines.h;../include/pdal/pdal_defines.h")

# NOTE:
# This hack is required to correctly link static into shared library.
# Such practice is not recommended as not portable, instead each library,
Expand Down

0 comments on commit 723ed92

Please sign in to comment.