Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
B
boolinq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
boolinq
Commits
1468eff8
Commit
1468eff8
authored
Jun 27, 2016
by
Anton Bukov
Committed by
GitHub
Jun 27, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #20 from babelvit/build-with-msvc
CMakeList: make project build with MSVC
parents
3087b44d
bae7bd7e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
CMakeLists.txt
benchmark/CMakeLists.txt
+0
-1
CMakeLists.txt
test/CMakeLists.txt
+0
-1
No files found.
benchmark/CMakeLists.txt
View file @
1468eff8
...
...
@@ -28,6 +28,5 @@ ADD_EXECUTABLE (
TARGET_LINK_LIBRARIES
(
boolinqbenchmark
gtest
pthread
benchmark
)
test/CMakeLists.txt
View file @
1468eff8
...
...
@@ -61,7 +61,6 @@ TARGET_LINK_LIBRARIES (
boolinqtest
gtest_main
#gcov
pthread
)
ENABLE_TESTING
()
ADD_TEST
(
BoolinqTest boolinqtest
)
...
...
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