You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
477 B
27 lines
477 B
include_directories(
|
|
${CMAKE_BINARY_DIR}
|
|
${CMAKE_CURRENT_BINARY_DIR}
|
|
${CMAKE_CURRENT_SOURCE_DIR}
|
|
${CMAKE_SOURCE_DIR}/qmake
|
|
${CMAKE_SOURCE_DIR}/qmake/generators
|
|
${CMAKE_SOURCE_DIR}/qmake/generators/unix
|
|
${CMAKE_BINARY_DIR}/include
|
|
)
|
|
|
|
link_directories()
|
|
|
|
|
|
##### mac-generator (static)
|
|
|
|
set( target mac-generator )
|
|
set( _SRC_ metrowerks_xml.cpp pbuilder_pbx.cpp )
|
|
|
|
tde_add_library( ${target} STATIC_PIC
|
|
|
|
SOURCES
|
|
${_SRC_}
|
|
|
|
DEPENDENCIES
|
|
tqt-includes
|
|
)
|