Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
JuPedSim
JPSeditor
Commits
21e9d57e
Commit
21e9d57e
authored
Mar 06, 2016
by
Mohcine Chraibi
Browse files
Add missing files to cmakefile
parent
bd2d847f
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
21e9d57e
...
...
@@ -2,3 +2,4 @@ build/
Makefile
bin/
ui_*
.idea/
.idea/modules.xml
deleted
100644 → 0
View file @
bd2d847f
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"ProjectModuleManager"
>
<modules>
<module
fileurl=
"file://$PROJECT_DIR$/.idea/jupedsim.iml"
filepath=
"$PROJECT_DIR$/.idea/jupedsim.iml"
/>
</modules>
</component>
</project>
\ No newline at end of file
CMakeLists.txt
View file @
21e9d57e
...
...
@@ -109,6 +109,9 @@ set( SRCS
src/jpsconnection.cpp
dxflib/src/dl_writer_ascii.cpp
dxflib/src/dl_dxf.cpp
src/UndoFramework/action.cpp
src/UndoFramework/actionstack.cpp
src/UndoFramework/lineaction.cpp
)
# all header files that should be treated with moc
set
(
HDR
...
...
@@ -139,6 +142,9 @@ set( HDR
dxflib/src/dl_creationadapter.h
dxflib/src/dl_codes.h
dxflib/src/dl_attributes.h
src/UndoFramework/action.h
src/UndoFramework/actionstack.h
src/UndoFramework/lineaction.h
)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment