mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
Whoops, lost a newline in here.
This commit is contained in:
parent
3c76d2ff19
commit
161e5d150f
@ -836,7 +836,8 @@ macro(CheckPTHREAD)
|
|||||||
#include <pthread_np.h>
|
#include <pthread_np.h>
|
||||||
int main(int argc, char** argv) { return 0; }" HAVE_PTHREAD_NP_H)
|
int main(int argc, char** argv) { return 0; }" HAVE_PTHREAD_NP_H)
|
||||||
check_function_exists(pthread_setname_np HAVE_PTHREAD_SETNAME_NP)
|
check_function_exists(pthread_setname_np HAVE_PTHREAD_SETNAME_NP)
|
||||||
check_function_exists(pthread_set_name_np HAVE_PTHREAD_SET_NAME_NP) set(CMAKE_REQUIRED_FLAGS)
|
check_function_exists(pthread_set_name_np HAVE_PTHREAD_SET_NAME_NP)
|
||||||
|
set(CMAKE_REQUIRED_FLAGS)
|
||||||
|
|
||||||
set(SOURCE_FILES ${SOURCE_FILES}
|
set(SOURCE_FILES ${SOURCE_FILES}
|
||||||
${SDL2_SOURCE_DIR}/src/thread/pthread/SDL_systhread.c
|
${SDL2_SOURCE_DIR}/src/thread/pthread/SDL_systhread.c
|
||||||
|
Loading…
Reference in New Issue
Block a user