Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Kitware
GitHub Repository: Kitware/CMake
Path: blob/master/Tests/CMakeCommands/target_link_libraries/subdir/CMakeLists.txt
3157 views
1
2
set(CMAKE_INCLUDE_CURRENT_DIR_IN_INTERFACE ON)
3
4
add_library(subdirlib SHARED subdirlib.cpp)
5
generate_export_header(subdirlib)
6
7