Update CMakeLists.txt

This commit is contained in:
ea4k 2024-08-07 17:32:12 +02:00
parent 293f48b46f
commit 3971b191a6

View File

@ -442,6 +442,13 @@ endif()
#target_link_libraries(klog PRIVATE
# ${HAMLIB_LIB}
#)
if (APPLE)
message ("E-MacOS")
elseif(WIN32)
message ("E-Win32")
elseif (UNIX)
message ("E-Unix")
endif()
if(APPLE)
message ("MacOS")