mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-31 00:15:55 -04:00
Removed unneeded cmake code
This commit is contained in:
@@ -2,10 +2,6 @@ cmake_minimum_required(VERSION 2.8)
|
||||
|
||||
project(sharedThread)
|
||||
|
||||
if(WIN32)
|
||||
add_definitions(/D_CRT_SECURE_NO_WARNINGS)
|
||||
endif()
|
||||
|
||||
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/include/public)
|
||||
|
||||
add_subdirectory(src)
|
||||
|
||||
@@ -41,4 +41,5 @@ add_library(sharedThread STATIC
|
||||
|
||||
target_link_libraries(sharedThread
|
||||
sharedSynchronization
|
||||
${CMAKE_THREAD_LIBS_INIT}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user