mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 03:27:48 +02:00
Cleanup in progress.
This commit is contained in:
parent
1fa516dd56
commit
9047a8f707
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ endforeach()
|
||||||
# include headers for nitpick and NitpickConfig.
|
# include headers for nitpick and NitpickConfig.
|
||||||
include_directories("${PROJECT_SOURCE_DIR}/src")
|
include_directories("${PROJECT_SOURCE_DIR}/src")
|
||||||
|
|
||||||
if (UNIX AND NOT ANDROID)
|
if (UNIX)
|
||||||
if (CMAKE_SYSTEM_NAME MATCHES "Linux")
|
if (CMAKE_SYSTEM_NAME MATCHES "Linux")
|
||||||
# Linux
|
# Linux
|
||||||
target_link_libraries(${TARGET_NAME} pthread atomic)
|
target_link_libraries(${TARGET_NAME} pthread atomic)
|
||||||
|
|
Loading…
Reference in a new issue