Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
Takin
mag-core
Commits
733d8006
Commit
733d8006
authored
Jul 26, 2018
by
Tobias WEBER
Browse files
makefile update
parent
f7379235
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
733d8006
...
...
@@ -38,8 +38,8 @@ set(CMAKE_AUTOUIC ON)
# -----------------------------------------------------------------------------
# Build parser
find_package
(
F
lex
REQUIRED
)
find_package
(
B
ison
3.0 REQUIRED
)
find_package
(
F
LEX
REQUIRED
)
find_package
(
B
ISON
3.0 REQUIRED
)
# temp dir for parser
file
(
MAKE_DIRECTORY
${
CMAKE_CURRENT_BINARY_DIR
}
/parser
)
...
...
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