Skip to content
Snippets Groups Projects
Commit 4e079a00 authored by Norihiro Watanabe's avatar Norihiro Watanabe
Browse files

remove unnecessary "include directories"

parent e6bcf895
No related branches found
No related tags found
No related merge requests found
...@@ -8,8 +8,6 @@ ADD_LIBRARY( BaseLib STATIC ${SOURCES}) ...@@ -8,8 +8,6 @@ ADD_LIBRARY( BaseLib STATIC ${SOURCES})
SET_TARGET_PROPERTIES(BaseLib PROPERTIES LINKER_LANGUAGE CXX) SET_TARGET_PROPERTIES(BaseLib PROPERTIES LINKER_LANGUAGE CXX)
INCLUDE_DIRECTORIES( INCLUDE_DIRECTORIES(
${CMAKE_SOURCE_DIR}/GeoLib
${CMAKE_SOURCE_DIR}/MathLib
. .
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment