Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
SoilRos authored Oct 1, 2024
1 parent 1fad6a6 commit 3ff3ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if(MINGW)
else()
add_library(memstats)
endif()
target_sources(memstats memstats.cc)
target_sources(memstats PRIVATE memstats.cc)
target_link_libraries(memstats PRIVATE $<TARGET_NAME_IF_EXISTS:TBB::tbb> $<TARGET_NAME_IF_EXISTS:Threads::Threads>)

include(GNUInstallDirs)
Expand Down

0 comments on commit 3ff3ce8

Please sign in to comment.