Skip to content

Commit

Permalink
Linux build: fix misstype in xrCDB CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleivg committed Aug 7, 2018
1 parent 1dfaaaa commit 3854ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xrCDB/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ include_directories(
add_library(${PROJECT_NAME} SHARED ${${PROJECT_NAME}__SOURCES} ${${PROJECT_NAME}__INCLUDES})

set_target_properties(${PROJECT_NAME} PROPERTIES PREFIX "")
target_link_libraries(${PROJECT_NAME} xrCore xrMiscMath OPCODE xrAP ${SDL_LIBRARIES})
target_link_libraries(${PROJECT_NAME} xrCore xrMiscMath OPCODE xrAPI ${SDL_LIBRARIES})

0 comments on commit 3854ed9

Please sign in to comment.