Optional: Move optional-lite to the include/third-party directory

This fixes the use case of adding the include folder
manually to an outside project.
This commit is contained in:
Paul Hollinsky
2021-04-23 20:01:53 -04:00
parent b7ce9819bd
commit 6c1cbc9db8
44 changed files with 1 additions and 5 deletions
-4
View File
@@ -209,10 +209,6 @@ if(WIN32)
endif()
endif(WIN32)
# optional-lite
add_subdirectory(third-party/optional-lite)
target_link_libraries(icsneocpp PUBLIC optional-lite)
if(${CMAKE_SYSTEM_NAME} STREQUAL "Darwin")
target_link_libraries(icsneocpp PUBLIC "-framework CoreFoundation" "-framework IOKit")
endif()