Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
Takin
mag-core
Commits
12ddf4d1
Verified
Commit
12ddf4d1
authored
Jul 28, 2020
by
Tobias WEBER
Browse files
renamed former magtool
parent
836ebf43
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/scanbrowser/CMakeLists.txt
View file @
12ddf4d1
...
...
@@ -5,7 +5,7 @@
#
cmake_minimum_required
(
VERSION 3.0
)
project
(
maintool
)
project
(
scanbrowser
)
message
(
"Build type:
${
CMAKE_BUILD_TYPE
}
"
)
...
...
@@ -72,7 +72,7 @@ include_directories(
)
add_executable
(
magtool
add_executable
(
scanbrowser
main.cpp mainwnd.cpp mainwnd.h
filebrowser.cpp filebrowser.h
workspace.cpp workspace.h
...
...
@@ -93,7 +93,7 @@ add_executable(magtool
)
target_link_libraries
(
magtool
target_link_libraries
(
scanbrowser
${
Boost_LIBRARIES
}
Qt5::Core Qt5::Gui Qt5::Widgets Qt5::PrintSupport
-ldl
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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