6 lines
173 B
CMake
6 lines
173 B
CMake
add_library(local_lib_glob SHARED IMPORTED GLOBAL)
|
|
add_executable(local_exe_glob IMPORTED GLOBAL)
|
|
|
|
add_library(local_lib SHARED IMPORTED)
|
|
add_executable(local_exe IMPORTED)
|