2020-04-28 18:22:02 +00:00
|
|
|
--- CMakeLists.txt.orig 2020-04-28 12:13:40.413921675 -0600
|
|
|
|
+++ CMakeLists.txt 2020-04-28 12:15:04.340850331 -0600
|
|
|
|
@@ -671,7 +671,8 @@
|
|
|
|
${${PROJECT_NAME}_RESOURCES})
|
2018-07-10 02:19:16 +00:00
|
|
|
target_link_libraries(${PROJECT_NAME}_static
|
2020-04-28 18:22:02 +00:00
|
|
|
${CMAKE_REQUIRED_LIBRARIES}
|
2018-07-10 02:19:16 +00:00
|
|
|
- ${ALL_LIBRARIES})
|
|
|
|
+ ${ALL_LIBRARIES}
|
|
|
|
+ atomic)
|
|
|
|
|
|
|
|
add_executable(${PROJECT_NAME}
|
|
|
|
WIN32
|
2020-04-28 18:22:02 +00:00
|
|
|
@@ -681,7 +682,8 @@
|
2018-07-10 02:19:16 +00:00
|
|
|
target_link_libraries(${PROJECT_NAME}
|
|
|
|
${PROJECT_NAME}_static
|
2020-04-28 18:22:02 +00:00
|
|
|
${CMAKE_REQUIRED_LIBRARIES}
|
2018-07-10 02:19:16 +00:00
|
|
|
- ${ALL_LIBRARIES})
|
|
|
|
+ ${ALL_LIBRARIES}
|
|
|
|
+ atomic)
|
|
|
|
|
|
|
|
include(Testing)
|
|
|
|
include(Installation)
|