Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gsauthof-utility
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
external
gsauthof-utility
Commits
ee173158
Commit
ee173158
authored
1 year ago
by
Georg Sauthoff
Browse files
Options
Downloads
Patches
Plain Diff
modernize cmake - explicitly set scope
parent
07d20cfa
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+6
-6
6 additions, 6 deletions
CMakeLists.txt
with
6 additions
and
6 deletions
CMakeLists.txt
+
6
−
6
View file @
ee173158
...
@@ -42,14 +42,14 @@ add_executable(fail test/fail.c)
...
@@ -42,14 +42,14 @@ add_executable(fail test/fail.c)
add_executable
(
silencce silence.cc
)
add_executable
(
silencce silence.cc
)
target_link_libraries
(
silencce
target_link_libraries
(
silencce
PRIVATE
ixxxutil_static
ixxxutil_static
ixxx_static
ixxx_static
)
)
add_executable
(
oldprocs oldprocs.cc
)
add_executable
(
oldprocs oldprocs.cc
)
target_link_libraries
(
oldprocs
target_link_libraries
(
oldprocs
PRIVATE
ixxxutil_static
ixxxutil_static
ixxx_static
ixxx_static
)
)
...
@@ -58,7 +58,7 @@ add_executable(lockf lockf.c)
...
@@ -58,7 +58,7 @@ add_executable(lockf lockf.c)
add_executable
(
dcat dcat.cc
)
add_executable
(
dcat dcat.cc
)
target_link_libraries
(
dcat
target_link_libraries
(
dcat
PRIVATE
ixxxutil_static
ixxxutil_static
ixxx_static
ixxx_static
)
)
...
@@ -88,12 +88,12 @@ target_link_options (snooze32 PRIVATE -m32 ${NO_SANITIZE})
...
@@ -88,12 +88,12 @@ target_link_options (snooze32 PRIVATE -m32 ${NO_SANITIZE})
add_executable
(
busy_snooze test/busy_snooze.c
)
add_executable
(
busy_snooze test/busy_snooze.c
)
target_compile_options
(
busy_snooze PRIVATE
${
NO_SANITIZE
}
)
target_compile_options
(
busy_snooze PRIVATE
${
NO_SANITIZE
}
)
target_link_options
(
busy_snooze PRIVATE
${
NO_SANITIZE
}
)
target_link_options
(
busy_snooze PRIVATE
${
NO_SANITIZE
}
)
target_link_libraries
(
busy_snooze
${
RT_LIB
}
)
target_link_libraries
(
busy_snooze
PRIVATE
${
RT_LIB
}
)
add_executable
(
searchb searchb.c
)
add_executable
(
searchb searchb.c
)
add_executable
(
searchbxx searchb.cc
)
add_executable
(
searchbxx searchb.cc
)
target_link_libraries
(
searchbxx
target_link_libraries
(
searchbxx
PRIVATE
ixxxutil_static
ixxxutil_static
ixxx_static
ixxx_static
)
)
...
@@ -103,7 +103,7 @@ add_executable(exec exec.c)
...
@@ -103,7 +103,7 @@ add_executable(exec exec.c)
add_executable
(
adjtimex adjtimex.c
)
add_executable
(
adjtimex adjtimex.c
)
add_executable
(
pq pq.cc syscalls.cc
)
add_executable
(
pq pq.cc syscalls.cc
)
target_link_libraries
(
pq P
UBLIC
target_link_libraries
(
pq P
RIVATE
ixxxutil_static
ixxxutil_static
ixxx_static
ixxx_static
)
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment