BIG deep clean
This commit is contained in:
@@ -3,7 +3,6 @@ file(GLOB CPPS "*.cpp")
|
||||
file(GLOB HDRS "*.h")
|
||||
add_executable(picloud ${CPPS} ${HDRS})
|
||||
target_link_libraries(picloud pip pip_cloud)
|
||||
# apple_rpath_patch(picloud)
|
||||
if (DEFINED LIB)
|
||||
install(TARGETS picloud DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
|
||||
else()
|
||||
|
||||
Reference in New Issue
Block a user