Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Jessica Hawkwell
/
nitrogen
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
2
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit e028c59c
authored
Mar 16, 2020
by
Jessica Hawkwell
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of mc.felinewith.me:LadySerenaKitty/nitrogen
2 parents
2bc06e76
be9c14e1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
CMakeLists.txt
CMakeLists.txt
View file @
e028c59
...
...
@@ -5,9 +5,12 @@ execute_process(COMMAND ./ver.sh OUTPUT_VARIABLE GIT_COMMIT OUTPUT_STRIP_TRAILIN
set
(
CMAKE_PROJECT_VERSION_TWEAK
${
GIT_COMMIT
}
)
set
(
PROJECT_VERSION_TWEAK
${
GIT_COMMIT
}
)
set
(
Nitrogen_VERSION_TWEAK
${
GIT_COMMIT
}
)
<<<<<<< HEAD
configure_file
(
Doxyfile.in Doxyfile
)
execute_process
(
COMMAND doxygen
${
CMAKE_BINARY_DIR
}
/Doxyfile WORKING_DIRECTORY
${
CMAKE_CURRENT_BINARY_DIR
}
)
=======
>>>>>>> be9c14e16a3d4dadc0602a50386ba5b6cbaaed53
set
(
CMAKE_CXX_STANDARD 14
)
set
(
CMAKE_C_STANDARD 11
)
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment