mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-30 21:24:14 +00:00
403369edd3
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33489 a592a061-630c-0410-9148-cb99ea01b6c8
14 lines
351 B
CMake
Executable File
14 lines
351 B
CMake
Executable File
#
|
|
# Copyright Troy D. Straszheim
|
|
#
|
|
# Distributed under the Boost Software License, Version 1.0.
|
|
# See http://www.boost.org/LICENSE_1_0.txt
|
|
#
|
|
add_definitions(-DBOOST_SIGNALS_NO_LIB=1)
|
|
|
|
boost_add_library(
|
|
boost_signals
|
|
trackable.cpp connection.cpp named_slot_map.cpp signal_base.cpp slot.cpp
|
|
SHARED_COMPILE_FLAGS "-DBOOST_SIGNALS_DYN_LINK=1"
|
|
)
|