Skip to content

Commit 6cf19e4

Browse files
committed
Update README.md
1 parent 53e75d3 commit 6cf19e4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ project(Argengine)
33
cmake_minimum_required(VERSION 2.8.12)
44
cmake_policy(VERSION 2.8.12)
55

6-
option(BUILD_TESTS "Build unit tests" ON)
7-
86
option(BUILD_EXAMPLES "Build example apps" ON)
97

8+
option(BUILD_TESTS "Build unit tests" ON)
9+
1010
# Default to release C++ flags if CMAKE_BUILD_TYPE not set
1111
if(NOT CMAKE_BUILD_TYPE)
1212
set(CMAKE_BUILD_TYPE Release CACHE STRING

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ include_directories(Argengine/src)
3939
Link to the library:
4040

4141
```
42-
target_link_libraries(${YOUR_TARGET_NAME} Argengine)
42+
target_link_libraries(${YOUR_TARGET_NAME} Argengine_static)
4343
```
4444

4545
In your code:

0 commit comments

Comments
 (0)