Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
CLASS
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
BaM
CLASS
Commits
6a3e3d89
Commit
6a3e3d89
authored
7 years ago
by
BaM
Browse files
Options
Downloads
Patches
Plain Diff
fix
parent
9f9cdfe6
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
gui/CMakeLists.txt
+1
-1
1 addition, 1 deletion
gui/CMakeLists.txt
source/include/CMakeLists.txt
+1
-1
1 addition, 1 deletion
source/include/CMakeLists.txt
with
2 additions
and
2 deletions
gui/CMakeLists.txt
+
1
−
1
View file @
6a3e3d89
INCLUDE_DIRECTORIES
(
${
CLASS_HEADERS_DIR
}
)
INCLUDE_DIRECTORIES
(
${
CLASS_HEADERS_DIR
_INCLUDE
}
)
add_executable
(
CLASSgui CLASSGui.cxx CLASSPlotElement.cxx CLASSWin.cxx CLASSRead.cxx
)
add_executable
(
CLASSgui CLASSGui.cxx CLASSPlotElement.cxx CLASSWin.cxx CLASSRead.cxx
)
target_link_libraries
(
CLASSgui CLASSpkg
)
target_link_libraries
(
CLASSgui CLASSpkg
)
This diff is collapsed.
Click to expand it.
source/include/CMakeLists.txt
+
1
−
1
View file @
6a3e3d89
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
# ----------------------------------------------------------
# ----------------------------------------------------------
# include directories
# include directories
SET
(
CLASS_HEADERS_DIR
${
CMAKE_CURRENT_SOURCE_DIR
}
CACHE INTERNAL
""
)
SET
(
CLASS_HEADERS_DIR
_INCLUDE
${
CMAKE_CURRENT_SOURCE_DIR
}
CACHE INTERNAL
""
)
...
...
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