Skip to content

Commit

Permalink
Use better nice_target_sources function.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Dec 3, 2019
1 parent 7ef466b commit 5a740bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ init_target(lib_crl)

get_filename_component(src_loc . REALPATH)

set(lib_crl_sources
nice_target_sources(lib_crl ${src_loc}
PRIVATE
crl/common/crl_common_config.h
crl/common/crl_common_guards.h
Expand Down Expand Up @@ -55,7 +55,6 @@ PRIVATE
crl/crl_time.cpp
crl/crl_time.h
)
nice_target_sources(lib_crl ${src_loc} "${lib_crl_sources}")

target_include_directories(lib_crl
PUBLIC
Expand Down

0 comments on commit 5a740bf

Please sign in to comment.