remove clip-lib
This commit is contained in:
+1
-2
@@ -3,6 +3,5 @@ find_program(CMAKE_C_COMPILER NAMES $ENV{CC} gcc PATHS ENV PATH NO_DEFAULT_PATH)
|
||||
find_program(CMAKE_CXX_COMPILER NAMES $ENV{CXX} g++ PATHS ENV PATH NO_DEFAULT_PATH)
|
||||
project(owo)
|
||||
add_executable(owo src/main.cpp)
|
||||
add_subdirectory(src/clip-lib)
|
||||
target_link_libraries(owo clip)
|
||||
target_link_libraries(owo)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user