Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
10cbe4bf
Commit
10cbe4bf
authored
Jan 30, 2012
by
cockatrice
Browse files
protobuf compile fix
parent
5692addf
Changes
1
Hide whitespace changes
Inline
Side-by-side
servatrice/CMakeLists.txt
View file @
10cbe4bf
...
@@ -34,6 +34,7 @@ QT4_WRAP_CPP(servatrice_HEADERS_MOC ${servatrice_HEADERS})
...
@@ -34,6 +34,7 @@ QT4_WRAP_CPP(servatrice_HEADERS_MOC ${servatrice_HEADERS})
INCLUDE
(
${
QT_USE_FILE
}
)
INCLUDE
(
${
QT_USE_FILE
}
)
INCLUDE_DIRECTORIES
(
../common
)
INCLUDE_DIRECTORIES
(
../common
)
INCLUDE_DIRECTORIES
(
${
LIBGCRYPT_INCLUDE_DIR
}
)
INCLUDE_DIRECTORIES
(
${
LIBGCRYPT_INCLUDE_DIR
}
)
INCLUDE_DIRECTORIES
(
${
PROTOBUF_INCLUDE_DIR
}
)
INCLUDE_DIRECTORIES
(
${
CMAKE_CURRENT_BINARY_DIR
}
/../common
)
INCLUDE_DIRECTORIES
(
${
CMAKE_CURRENT_BINARY_DIR
}
/../common
)
ADD_EXECUTABLE
(
servatrice
${
servatrice_SOURCES
}
${
servatrice_HEADERS_MOC
}
)
ADD_EXECUTABLE
(
servatrice
${
servatrice_SOURCES
}
${
servatrice_HEADERS_MOC
}
)
...
...
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