Update CMakeLists.txt
This commit is contained in:
parent
43ca916f66
commit
93f3831e49
@ -11,6 +11,7 @@ if (MSVC)
|
||||
endif()
|
||||
|
||||
add_executable(${PROJECT_NAME} ${SOURCES})
|
||||
set_target_properties(${PROJECT_NAME} PROPERTIES RUNTIME_OUTPUT_DIRECTORY .)
|
||||
if (NOT WIN32)
|
||||
target_link_libraries(${PROJECT_NAME} m)
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user