Skip to content

Commit e06c8ec

Browse files
committed
Rename library
1 parent 5585561 commit e06c8ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.14)
22

3-
project(Some LANGUAGES CXX)
3+
project(BackendlessQt LANGUAGES CXX)
44

55
set(CMAKE_AUTOUIC ON)
66
set(CMAKE_AUTOMOC ON)
@@ -18,4 +18,4 @@ add_library(Some STATIC
1818

1919
target_link_libraries(Some PRIVATE Qt${QT_VERSION_MAJOR}::Core Qt${QT_VERSION_MAJOR}::Network)
2020

21-
target_compile_definitions(Some PRIVATE SOME_LIBRARY)
21+
target_compile_definitions(Some PRIVATE BACKENDLESS_QT_LIBRARY)

0 commit comments

Comments
 (0)