Added application icon (and other icons) and little source code formatting.
This commit is contained in:
@ -22,7 +22,7 @@ add_executable(${TARGET_APP} core_test.cpp)
|
||||
target_include_directories(${TARGET_APP} PRIVATE ${CORE_LIB_DIR}/include)
|
||||
|
||||
target_link_libraries(${TARGET_APP}
|
||||
PRIVATE
|
||||
PRIVATE
|
||||
GTest::GTest
|
||||
GenericCore)
|
||||
target_link_libraries(${TARGET_APP} PUBLIC Qt${QT_VERSION_MAJOR}::Core)
|
||||
|
||||
Reference in New Issue
Block a user