diff options
author | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-07-03 02:28:21 -0600 |
---|---|---|
committer | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-07-03 02:28:21 -0600 |
commit | 416a5cbab21c480ae9e85b07fd9424452cbcb611 (patch) | |
tree | d88c3ac221dfceeab64a53963ab4113d3a75d39e /CMakeLists.txt | |
parent | e6fb000c6874874d50d94eee4b1c8e889f6791f1 (diff) |
A little first day shit
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0d1f285..d0f185b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,5 +20,3 @@ if (APPLE) target_link_libraries(${PROJECT_NAME} "-framework Cocoa") target_link_libraries(${PROJECT_NAME} "-framework OpenGL") endif() - -add_subdirectory(src/killaEdit) |