Initial commit
This commit is contained in:
14
unix/common/CMakeLists.txt
Normal file
14
unix/common/CMakeLists.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
include_directories(${CMAKE_SOURCE_DIR}/common)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/unix/common)
|
||||
|
||||
add_library(unixcommon STATIC
|
||||
randr.cxx)
|
||||
|
||||
if(UNIX)
|
||||
libtool_create_control_file(unixcommon)
|
||||
endif()
|
||||
|
||||
if(NOT WIN32)
|
||||
set_target_properties(unixcommon
|
||||
PROPERTIES COMPILE_FLAGS -fPIC)
|
||||
endif()
|
||||
Reference in New Issue
Block a user