Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
dynamic
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MostafaMollaali
dynamic
Commits
b4cbe233
Commit
b4cbe233
authored
8 years ago
by
Lars Bilke
Browse files
Options
Downloads
Patches
Plain Diff
[CMake] Removed searching for source files in empty directories.
parent
60c9c315
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Applications/FileIO/CMakeLists.txt
+0
-6
0 additions, 6 deletions
Applications/FileIO/CMakeLists.txt
GeoLib/CMakeLists.txt
+0
-4
0 additions, 4 deletions
GeoLib/CMakeLists.txt
with
0 additions
and
10 deletions
Applications/FileIO/CMakeLists.txt
+
0
−
6
View file @
b4cbe233
...
@@ -3,16 +3,10 @@ set(SOURCES ${SOURCES_FileIO})
...
@@ -3,16 +3,10 @@ set(SOURCES ${SOURCES_FileIO})
if
(
NOT Shapelib_FOUND
)
if
(
NOT Shapelib_FOUND
)
list
(
REMOVE_ITEM SOURCES SHPInterface.h SHPInterface.cpp
)
list
(
REMOVE_ITEM SOURCES SHPInterface.h SHPInterface.cpp
)
endif
()
endif
()
GET_SOURCE_FILES
(
SOURCES_BASE_XML XmlIO
)
set
(
SOURCES
${
SOURCES
}
${
SOURCES_BASE_XML
}
)
GET_SOURCE_FILES
(
SOURCES_BOOST_XML XmlIO/Boost
)
set
(
SOURCES
${
SOURCES
}
${
SOURCES_BOOST_XML
}
)
if
(
QT4_FOUND
)
if
(
QT4_FOUND
)
GET_SOURCE_FILES
(
SOURCES_QT_XML XmlIO/Qt
)
GET_SOURCE_FILES
(
SOURCES_QT_XML XmlIO/Qt
)
set
(
SOURCES
${
SOURCES
}
${
SOURCES_QT_XML
}
)
set
(
SOURCES
${
SOURCES
}
${
SOURCES_QT_XML
}
)
endif
()
endif
()
GET_SOURCE_FILES
(
SOURCES_RAPID_XML XmlIO/Rapid
)
set
(
SOURCES
${
SOURCES
}
${
SOURCES_RAPID_XML
}
)
GET_SOURCE_FILES
(
SOURCES_GMSH Gmsh
)
GET_SOURCE_FILES
(
SOURCES_GMSH Gmsh
)
set
(
SOURCES
${
SOURCES
}
${
SOURCES_GMSH
}
)
set
(
SOURCES
${
SOURCES
}
${
SOURCES_GMSH
}
)
...
...
This diff is collapsed.
Click to expand it.
GeoLib/CMakeLists.txt
+
0
−
4
View file @
b4cbe233
...
@@ -6,7 +6,6 @@ GET_SOURCE_FILES(SOURCES_IO IO)
...
@@ -6,7 +6,6 @@ GET_SOURCE_FILES(SOURCES_IO IO)
GET_SOURCE_FILES
(
SOURCES_IO_Legacy IO/Legacy
)
GET_SOURCE_FILES
(
SOURCES_IO_Legacy IO/Legacy
)
set
(
SOURCES
${
SOURCES
}
${
SOURCES_IO
}
${
SOURCES_IO_Legacy
}
)
set
(
SOURCES
${
SOURCES
}
${
SOURCES_IO
}
${
SOURCES_IO_Legacy
}
)
GET_SOURCE_FILES
(
SOURCES_IO_BASE_XML IO/XmlIO
)
GET_SOURCE_FILES
(
SOURCES_IO_BOOST_XML IO/XmlIO/Boost
)
GET_SOURCE_FILES
(
SOURCES_IO_BOOST_XML IO/XmlIO/Boost
)
GET_SOURCE_FILES
(
SOURCES_IO_RAPID_XML IO/XmlIO/Rapid
)
GET_SOURCE_FILES
(
SOURCES_IO_RAPID_XML IO/XmlIO/Rapid
)
set
(
SOURCES
${
SOURCES
}
${
SOURCES_IO_BASE_XML
}
${
SOURCES_IO_BOOST_XML
}
${
SOURCES_IO_RAPID_XML
}
)
set
(
SOURCES
${
SOURCES
}
${
SOURCES_IO_BASE_XML
}
${
SOURCES_IO_BOOST_XML
}
${
SOURCES_IO_RAPID_XML
}
)
...
@@ -16,9 +15,6 @@ if(QT4_FOUND)
...
@@ -16,9 +15,6 @@ if(QT4_FOUND)
set
(
SOURCES
${
SOURCES
}
${
SOURCES_IO_QT_XML
}
)
set
(
SOURCES
${
SOURCES
}
${
SOURCES_IO_QT_XML
}
)
endif
()
endif
()
GET_SOURCE_FILES
(
SOURCES_IO_GMSHIO IO/Gmsh
)
set
(
SOURCES
${
SOURCES
}
${
SOURCES_IO_GMSHIO
}
)
# Create the library
# Create the library
add_library
(
GeoLib
${
SOURCES
}
add_library
(
GeoLib
${
SOURCES
}
${
CMAKE_CURRENT_SOURCE_DIR
}
/../ThirdParty/tetgen/predicates.cxx
${
CMAKE_CURRENT_SOURCE_DIR
}
/../ThirdParty/tetgen/predicates.cxx
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment