Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
JPSreport
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
JuPedSim
JPSreport
Commits
fab1f00e
Commit
fab1f00e
authored
6 years ago
by
Mohcine Chraibi
Browse files
Options
Downloads
Patches
Plain Diff
reorganize for IDE
parent
b1c11809
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+65
-65
65 additions, 65 deletions
CMakeLists.txt
with
65 additions
and
65 deletions
CMakeLists.txt
+
65
−
65
View file @
fab1f00e
...
...
@@ -6,7 +6,6 @@
cmake_minimum_required
(
VERSION 3.1
)
set
(
CMAKE_LEGACY_CYGWIN_WIN32 0
)
project
(
JPSreport
)
IF
(
POLICY CMP0054
)
...
...
@@ -157,6 +156,14 @@ if(BUILD_TESTING)
file
(
GLOB_RECURSE test_py_files
"
${
CMAKE_TEST_DIR
}
/*runtest_*.py"
)
endif
(
BUILD_TESTING
)
set
(
methods
methods/VoronoiDiagram.cpp
methods/PedData.cpp
methods/Method_A.cpp
methods/Method_B.cpp
methods/Method_C.cpp
methods/Method_D.cpp
)
set
(
source_files
Analysis.cpp
IO/OutputHandler.cpp
...
...
@@ -165,12 +172,6 @@ set(source_files
tinyxml/tinyxml.cpp
tinyxml/tinyxmlerror.cpp
tinyxml/tinyxmlparser.cpp
methods/VoronoiDiagram.cpp
methods/PedData.cpp
methods/Method_A.cpp
methods/Method_B.cpp
methods/Method_C.cpp
methods/Method_D.cpp
geometry/Building.cpp
geometry/Line.cpp
geometry/Point.cpp
...
...
@@ -289,7 +290,7 @@ endif()
add_library
(
geometrycore STATIC
${
source_files
}
)
add_executable
(
jpsreport main.cpp
jpsreport main.cpp
${
methods
}
)
if
(
Boost_FOUND
)
target_link_libraries
(
geometrycore
${
Boost_LIBRARIES
}
)
...
...
@@ -439,4 +440,3 @@ SET(CPACK_PACKAGE_FILE_NAME "${CMAKE_PROJECT_NAME}_${JPSREPORT_VERSION}")
SET
(
CPACK_SOURCE_PACKAGE_FILE_NAME
"
${
CMAKE_PROJECT_NAME
}
_
${
JPSREPORT_VERSION
}
"
)
INCLUDE
(
CPack
)
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