3 lines
64 B
CMake
3 lines
64 B
CMake
add_library(Foo1 SHARED IMPORTED)
|
|
add_executable(Foo2 IMPORTED)
|
add_library(Foo1 SHARED IMPORTED)
|
|
add_executable(Foo2 IMPORTED)
|