Sha256: d546e8ca1827bce7b68971fbc4bd42748081093e500d90aee9bee5f86a9a9793

Contents?: true

Size: 477 Bytes

Versions: 11

Compression:

Stored size: 477 Bytes

Contents

set( EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR} )
include_directories( ${CMAKE_SOURCE_DIR}/languages/cpp/parser ${CMAKE_CURRENT_SOURCE_DIR}/..  )


########### next target ###############

set(pp_SRCS
    main.cpp
)

kde4_add_executable(pp TEST ${pp_SRCS})
target_link_libraries(pp ${KDE4_KDECORE_LIBS} kdev4cpprpp)

if (WIN32)
	# Realign the stack, for compatibility with an older ABI.
	set_target_properties (pp PROPERTIES COMPILE_FLAGS -mstackrealign)
endif (WIN32)

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
rock-qtbindings-4.8.6.5 ext/generator/parser/rpp/tests/CMakeLists.txt
qtbindings-4.8.6.5 ext/generator/parser/rpp/tests/CMakeLists.txt
qtbindings-4.8.6.4 ext/generator/parser/rpp/tests/CMakeLists.txt
qtbindings-4.8.6.2 ext/generator/parser/rpp/tests/CMakeLists.txt
qtbindings-4.8.6.1 ext/generator/parser/rpp/tests/CMakeLists.txt
qtbindings-4.8.6.0 ext/generator/parser/rpp/tests/CMakeLists.txt
qtbindings-4.8.5.2 ext/generator/parser/rpp/tests/CMakeLists.txt
qtbindings-4.8.5.1 ext/generator/parser/rpp/tests/CMakeLists.txt
qtbindings-4.8.5.0 ext/generator/parser/rpp/tests/CMakeLists.txt
qtbindings-4.8.3.0-x86-mingw32 ext/generator/parser/rpp/tests/CMakeLists.txt
qtbindings-4.8.3.0 ext/generator/parser/rpp/tests/CMakeLists.txt