mirror of
https://github.com/QuasarApp/ViewSolutions.git
synced 2025-04-30 03:34:43 +00:00
remove type of build (for build shared use set(BUILD_SHARED_LIBS ON))
This commit is contained in:
parent
b7d04a770c
commit
65728892e5
@ -32,7 +32,7 @@ file(GLOB SOURCE_CPP
|
|||||||
|
|
||||||
)
|
)
|
||||||
|
|
||||||
add_library(${PROJECT_NAME} SHARED ${SOURCE_CPP})
|
add_library(${PROJECT_NAME} ${SOURCE_CPP})
|
||||||
target_link_libraries(${PROJECT_NAME} PUBLIC Qt5::Core Qt5::Quick Qt5::QuickControls2)
|
target_link_libraries(${PROJECT_NAME} PUBLIC Qt5::Core Qt5::Quick Qt5::QuickControls2)
|
||||||
target_include_directories(${PROJECT_NAME} PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/src")
|
target_include_directories(${PROJECT_NAME} PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/src")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user