mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-08 08:54:49 -04:00
cmake: full refactor to remove qmake and use cmake on all platforms
This commit is contained in:
@@ -13,17 +13,13 @@ set(fcdlib_HEADERS
|
||||
)
|
||||
|
||||
include_directories(
|
||||
.
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
)
|
||||
|
||||
#add_definitions(-DQT_PLUGIN)
|
||||
add_definitions(-DQT_SHARED)
|
||||
|
||||
add_library(fcdlib SHARED
|
||||
${fcdlib_SOURCES}
|
||||
)
|
||||
|
||||
target_link_libraries(fcdlib)
|
||||
|
||||
install(TARGETS fcdlib DESTINATION lib)
|
||||
install(TARGETS fcdlib DESTINATION ${INSTALL_LIB_DIR})
|
||||
|
||||
Reference in New Issue
Block a user