This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
jdk-build-libs
/
json-c
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
11
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Build apps only in project itself.
pull/813/head
ssrlive
GitHub
2 years ago
parent
d0f32a5a43
commit
d4c9ac28ce
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
2 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
CMakeLists.txt
+ 2
- 0
CMakeLists.txt
View File
@@ -564,7 +564,9 @@ if (CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME AND BUILD_TESTING AND
add_subdirectory(tests)
add_subdirectory(tests)
endif()
endif()
if (CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME)
if (NOT MSVC) # cmd line apps don't built on Windows currently.
if (NOT MSVC) # cmd line apps don't built on Windows currently.
add_subdirectory(apps)
add_subdirectory(apps)
endif()
endif()
endif()
Write
Preview
Loading…
Cancel
Save