Skip to content

Commit 3d694d5

Browse files
committed
tentative fix for linux
1 parent 7d2ffd8 commit 3d694d5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
cmake_minimum_required(VERSION 3.25)
22

3+
if(UNIX AND NOT APPLE)
4+
target_link_libraries(leanui_test m)
5+
endif()
6+
37
set(CMAKE_CXX_STANDARD 17)
48
set(CMAKE_C_STANDARD 11)
59
set(CMAKE_C_FLAGS_DEBUG "-g -O0 -DDEBUG -Wall -Wextra")

0 commit comments

Comments
 (0)